Skip to content

Commit

Permalink
README updated (una#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycsj authored and una committed Oct 10, 2016
1 parent 7a5226e commit 7ff1ff1
Showing 1 changed file with 54 additions and 45 deletions.
99 changes: 54 additions & 45 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,27 +47,30 @@ Alternatively, you can just download and link to any individual css file (e.g. `

_For use in HTML markup:_

* 1977: `class="_1977"`
* Aden: `class="aden"`
* Amaro: `class="amaro"`
* Brannan: `class="brannan"`
* Reyes: `class="reyes"`
* Perpetua: `class="perpetua"`
* Inkwell: `class="inkwell"`
* Toaster: `class="toaster"`
* Walden: `class="walden"`
* Hudson: `class="hudson"`
* Gingham: `class="gingham"`
* Mayfair: `class="mayfair"`
* Lo-fi: `class="lofi"`
* X-Pro II: `class="xpro2"`
* 1977: `class="_1977"`
* Brooklyn: `class="brooklyn"`
* Nashville: `class="nashville"`
* Clarendon: `class="clarendon"`
* Gingham: `class="gingham"`
* Hudson: `class="hudson"`
* Inkwell: `class="inkwell"`
* Kelvin: `class="kelvin"`
* Lark: `class="lark"`
* Lo-fi: `class="lofi"`
* Mayfair: `class="mayfair"`
* Moon: `class="moon"`
* Clarendon: `class="clarendon"`
* Willow: `class="willow"`
* Nashville: `class="nashville"`
* Perpetua: `class="perpetua"`
* Reyes: `class="reyes"`
* Rise: `class="rise"`
* Slumber: `class="slumber"`
* Toaster: `class="toaster"`
* Valencia: `class="valencia"`
* Kelvin: `class="kelvin"`
* Walden: `class="walden"`
* Willow: `class="willow"`
* X-Pro-2: `class="xpro2"`

* * *

Expand Down Expand Up @@ -117,51 +120,57 @@ _For use in Sass stylesheets:_

**Extends**

* 1977: `@extend %_1977`
* Aden: `@extend %aden`
* Amaro: `@extend %amaro`
* Brannan: `@extend %brannan`
* Reyes: `@extend %reyes`
* Perpetua: `@extend %perpetua`
* Inkwell: `@extend %inkwell`
* Toaster: `@extend %toaster`
* Walden: `@extend %walden`
* Hudson: `@extend %hudson`
* Gingham: `@extend %gingham`
* Mayfair: `@extend %mayfair`
* Lo-fi: `@extend %lofi`
* X-Pro II: `@extend %xpro2`
* 1977: `@extend %_1977`
* Brooklyn: `@extend %brooklyn`
* Nashville: `@extend %nashville`
* Clarendon: `@extend %clarendon`
* Gingham: `@extend %gingham`
* Hudson: `@extend %hudson`
* Inkwell: `@extend %inkwell`
* Kelvin: `@extend %kelvin`
* Lark: `@extend %lark`
* Lo-fi: `@extend %lofi`
* Mayfair: `@extend %mayfair`
* Moon: `@extend %moon`
* Clarendon: `@extend %clarendon`
* Willow: `@extend %willow`
* Nashville: `@extend %nashville`
* Perpetua: `@extend %perpetua`
* Reyes: `@extend %reyes`
* Rise: `@extend %rise`
* Slumber: `@extend %slumber`
* Toaster: `@extend %toaster`
* Valencia: `@extend %valencia`
* Kelvin: `@extend %kelvin`
* Walden: `@extend %walden`
* Willow: `@extend %willow`
* X-Pro-2: `@extend %xpro2`

**Mixins** (You can add more CSS3 filters as arguments)

* 1977: `@include _1977()`
* Aden: `@include aden()`
* Amaro: `@include amaro()`
* Brannan: `@include brannan()`
* Reyes: `@include reyes()`
* Perpetua: `@include perpetua()`
* Inkwell: `@include inkwell()`
* Toaster: `@include toaster()`
* Walden: `@include walden()`
* Hudson: `@include hudson()`
* Gingham: `@include gingham()`
* Mayfair: `@include mayfair()`
* Lo-fi: `@include lofi()`
* X-Pro II: `@include xpro2()`
* 1977: `@include _1977()`
* Brooklyn: `@include brooklyn()`
* Nashville: `@include nashville()`
* Clarendon: `@include clarendon()`
* Gingham: `@include gingham()`
* Hudson: `@include hudson()`
* Inkwell: `@include inkwell()`
* Kelvin: `@include kelvin()`
* Lark: `@include lark()`
* Lo-fi: `@include lofi()`
* Mayfair: `@include mayfair()`
* Moon: `@include moon()`
* Clarendon: `@include clarendon()`
* Willow: `@include willow()`
* Nashville: `@include nashville()`
* Perpetua: `@include perpetua()`
* Reyes: `@include reyes()`
* Rise: `@include rise()`
* Slumber: `@include slumber()`
* Toaster: `@include toaster()`
* Valencia: `@include valencia()`
* Kelvin: `@include kelvin()`
* Walden: `@include walden()`
* Willow: `@include willow()`
* X-Pro-2: `@include xpro2()`

## Contributing

Expand Down

0 comments on commit 7ff1ff1

Please sign in to comment.