Comparing version 0.4.1 to 0.4.2
@@ -5,3 +5,6 @@ # Changelog | ||
## [0.4.2] - 11/29/2016 | ||
- Minor release-related and documentation tweaks. | ||
## [0.4.1] - 11/28/2016 | ||
- Public release. |
{ | ||
"name": "mcgriddle", | ||
"version": "0.4.1", | ||
"description": "", | ||
"version": "0.4.2", | ||
"description": "A get-out-of-your-way Sass grid library. Supports flexbox.", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": { |
# McGriddle | ||
McGriddle is a (mostly) get-out-of-your-way Sass library designed to help you build based a grid system. Set up your grid system… | ||
McGriddle is a get-out-of-your-way Sass library designed to help you build based a grid system. Suports [flexbox](#grid-flexbox) (the grid is based on floats, by default). Set up your grid system… | ||
@@ -81,7 +81,8 @@ ```scss | ||
$grid-minor : 1/3; | ||
$grid-collapse : false; | ||
$grid-rtl : false; | ||
$grid-flexbox : false; | ||
$grid-flexbox-wrap : wrap; | ||
$grid-flexbox-justify: flex-start; | ||
$grid-collapse : false; | ||
$grid-rtl : false; | ||
``` | ||
@@ -88,0 +89,0 @@ |
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
108351
27
208