just-the-grid
Advanced tools
Comparing version 1.1.0 to 2.0.0
{ | ||
"name": "just-the-grid", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "Just a handy flex grid to build any layout you want.", | ||
@@ -15,3 +15,3 @@ "files": [ | ||
"scripts": { | ||
"lint": "sass-lint 'scss/*.scss' -v", | ||
"lint": "sass-lint 'scss/**/*.scss' -v", | ||
"prepublish": "gulp" | ||
@@ -21,4 +21,6 @@ }, | ||
"devDependencies": { | ||
"group-css-media-queries": "^1.4.1", | ||
"gulp": "^3.9.1", | ||
"gulp-autoprefixer": "^3.1.0", | ||
"gulp-clean-css": "^2.0.12", | ||
"gulp-notify": "^2.2.0", | ||
@@ -25,0 +27,0 @@ "gulp-rename": "^1.2.0", |
@@ -19,8 +19,2 @@ # Just The Grid | ||
**Bower** | ||
```bash | ||
bower install just-the-grid | ||
``` | ||
**GitHub** | ||
@@ -40,51 +34,53 @@ | ||
### Rows and Columns | ||
### Rows | ||
**.row** | ||
**.col-(xs | sm | md | lg)-(1 - 12)** | ||
#### Direction | ||
### Offsets | ||
**.direction-..-row** (default behaviour | sm and up) | ||
**.col-..-offset-..** | ||
**.direction-..-row-reverse** | ||
### Direction | ||
**.direction-..-column** | ||
**.row-..** (default behaviour | sm and up) | ||
**.direction-..-column-reverse** | ||
**.row-reverse-..** | ||
#### Main Axis Alignment | ||
**.column-..** | ||
**.align-..-start** (default behaviour | sm and up) | ||
**.column-reverse-..** | ||
**.align-..-center** | ||
### Main Axis Alignment | ||
**.align-..-end** | ||
**.start-..** (default behaviour | sm and up) | ||
**.align-..-around** | ||
**.center-..** | ||
**.align-..-between** | ||
**.end-..** | ||
#### Cross Axis Alignment | ||
**.between-..** | ||
**.align-..-stretch** (default behaviour | sm and up) | ||
**.around-..** | ||
**.align-..-baseline** | ||
### Cross Axis Alignment | ||
**.align-..-top** | ||
**.stretch-..** (default behaviour | sm and up) | ||
**.align-..-middle** | ||
**.top-..** | ||
**.align-..-bottom** | ||
**.middle-..** | ||
### Columns | ||
**.bottom-..** | ||
**.col-(xs | sm | md | lg)-(1 - 12)** | ||
**.baseline-..** | ||
### Offsets | ||
**.offset-(xs | sm | md | lg)-(0 - 12)** | ||
### Ordering | ||
**.first-..** | ||
**.order-..-first** | ||
**.last-..** | ||
**.order-..-last** | ||
@@ -91,0 +87,0 @@ ### Visibility |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40899
12
9
832
94