Sorry, the diff of this file is not supported yet
+0
-0
@@ -0,0 +0,0 @@ root = true |
+0
-0
| * text=auto |
+0
-0
@@ -0,0 +0,0 @@ # ISC License |
+4
-2
@@ -14,4 +14,6 @@ .flex { display: -webkit-box; display: -ms-flexbox; display: flex } | ||
| .margin-start { margin-top: auto; margin-left: auto } | ||
| .margin-end { margin-right: auto; margin-bottom: auto } | ||
| .free-top { margin-top: auto } | ||
| .free-left { margin-left: auto } | ||
| .free-right { margin-right: auto } | ||
| .free-bottom { margin-bottom: auto } | ||
@@ -18,0 +20,0 @@ .order-before { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } |
+4
-2
@@ -14,4 +14,6 @@ .flex { display: flex } | ||
| .margin-start { margin-top: auto; margin-left: auto } | ||
| .margin-end { margin-right: auto; margin-bottom: auto } | ||
| .free-top { margin-top: auto } | ||
| .free-left { margin-left: auto } | ||
| .free-right { margin-right: auto } | ||
| .free-bottom { margin-bottom: auto } | ||
@@ -18,0 +20,0 @@ .order-before { order: -1 } |
+4
-2
| { | ||
| "name": "flexboxes", | ||
| "version": "0.2.0", | ||
| "version": "0.3.0", | ||
| "description": "CSS flexbox utility classes and grid system", | ||
@@ -9,3 +9,5 @@ "author": "Ryan Van Etten", | ||
| "scripts": { | ||
| "build": "postcss module.css --use autoprefixer --no-map -o main.css" | ||
| "prestart": "npm update", | ||
| "start": "npm run css", | ||
| "css": "postcss module.css --use autoprefixer --no-map -o main.css" | ||
| }, | ||
@@ -12,0 +14,0 @@ "homepage": "https://github.com/ryanve/flexboxes", |
+6
-5
@@ -32,5 +32,7 @@ # flexboxes | ||
| ### `margin` | ||
| - `.margin-start` | ||
| - `.margin-end` | ||
| ### distribute free space | ||
| - `.free-top` | ||
| - `.free-left` | ||
| - `.free-right` | ||
| - `.free-bottom` | ||
@@ -158,4 +160,3 @@ ### `.order` | ||
| ``` | ||
| npm install | ||
| npm run build | ||
| npm start | ||
| ``` | ||
@@ -162,0 +163,0 @@ |
Sorry, the diff of this file is not supported yet
16241
3.93%9
12.5%222
1.83%170
0.59%