mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-30 17:19:46 +02:00
Updated documentation for v2.1.2
Added yarn support, fixed a few things here and there, mainly houskeeping.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# mini.css v2.1.1
|
||||
# mini.css v2.1.2
|
||||
A minimal, responsive, style-agnostic CSS framework
|
||||
|
||||
[](https://www.npmjs.com/package/mini.css)
|
||||
@@ -22,9 +22,10 @@ For instructions on how to use, best practices, templates and other usage inform
|
||||
|
||||
#### Method 1: Use a package manager (recommended)
|
||||
|
||||
1. Install **mini.css** either from `npm` or `bower`.
|
||||
1. Install **mini.css** using `npm`, `yarn` or `bower`.
|
||||
```
|
||||
npm install mini.css
|
||||
yarn add mini.css
|
||||
bower install mini.css
|
||||
```
|
||||
2. Pick one of the available [flavors](https://chalarangelo.github.io/mini.css/flavors.html) and use its CSS file.
|
||||
|
Reference in New Issue
Block a user