Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "flex-attr", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Power of flexbox with easy to use attribute selectors for LESS, SASS and vanilla CSS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,2 +8,13 @@ # flex-attr | ||
## Install | ||
Bower | ||
``` | ||
bower install --save flex-attr | ||
``` | ||
NPM | ||
``` | ||
npm install --save flex-attr | ||
``` | ||
## Comparison to Angular Material | ||
@@ -25,3 +36,3 @@ | ||
You can easily override it by providing your list in your sass in a format of '<variable>: postfix screen-size': | ||
You can easily override it by providing your list in your sass in a format of '<variable>: postfix screen-size' (in order to make this work adjust your build script to pick up .less or .scss file instead of .css): | ||
``` | ||
@@ -28,0 +39,0 @@ $layout-breakpoints: xxs 480px, xs 600px, sm 960px, md 1280px, lg 1920px; |
Sorry, the diff of this file is not supported yet
465456
55