1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-01-18 05:18:25 +01:00
mini-css/README.md

33 lines
1.5 KiB
Markdown
Raw Normal View History

2016-10-11 14:33:07 +03:00
# mini.css v1.1.0
2016-09-21 13:29:45 +03:00
## A minimal Sass-y responsive mobile-first style-agnostic CSS framework
2016-09-06 12:25:18 +03:00
2016-09-21 13:29:45 +03:00
![Demo page](/docs/demo.png)
2016-08-22 14:28:06 +03:00
2016-09-21 13:38:55 +03:00
You can learn all about using it, its modules and components, as well as see a live demo [here](https://chalarangelo.github.io/mini.css/).
## Setup
2016-08-22 14:28:06 +03:00
2016-10-04 14:04:00 +03:00
**mini.css** is available in both Bower and NPM:
2016-09-21 15:57:26 +03:00
2016-10-11 10:07:22 +03:00
bower install mini.css
2016-09-21 15:57:26 +03:00
npm install mini.css
2016-09-21 13:29:45 +03:00
To give **mini.css** a try using the default flavor, paste the following code inside your HTML page's `<head>` tag:
2016-09-05 19:30:04 +03:00
2016-10-11 10:07:22 +03:00
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/dist/flavors/mini-default.min.css">
Replace `dist` with a release tag from the [Releases page](https://github.com/Chalarangelo/mini.css/releases).
2016-09-21 13:38:55 +03:00
Alternatively, you can use one of the other [flavors](https://github.com/Chalarangelo/mini.css/tree/master/flavors). Simply replace the final part of the URL with the flavor's CSS file (minified or not) and you're good to go!
## Customization
2016-10-11 10:07:22 +03:00
If you want to develop your own flavor or tweak an existing one, head over to the [SCSS](https://github.com/Chalarangelo/mini.css/tree/master/scss) folder, grab all the files and duplicate the [mini-default.scss](https://github.com/Chalarangelo/mini.css/blob/master/flavors/mini-default.scss) file from the flavors folder to start building your own flavor.
2016-09-21 13:38:55 +03:00
If you want to know all about the framework, the mixins and the variables, check the [wiki](https://github.com/Chalarangelo/mini.css/wiki).
## License
The project is licensed under the [MIT License](https://github.com/Chalarangelo/mini.css/blob/master/LICENSE).