1
0
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:
Angelos Chalaris
2017-04-21 14:30:40 +03:00
parent 889071847d
commit 8e526fe722
15 changed files with 40 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
# mini.css v2.1.1
# mini.css v2.1.2
A minimal, responsive, style-agnostic CSS framework
[![npm](https://img.shields.io/npm/v/mini.css.svg)](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.