Comparing version 2.0.0 to 2.0.1
@@ -1,6 +0,9 @@ | ||
## 1.2.0 (2016-07-20) | ||
## 2.0.1 (2016-07-25) | ||
- Added: *$ezpz-grid-default-wrap*. Makes it possible to set the default wrap type for the grid. | ||
## 2.0.0 (2016-07-25) | ||
- Changed: Rewrote entire file to make use of the power of mixins | ||
- Added: Possibility to use the grid with mixins only | ||
- Added: Documentation can be found in the docs directory | ||
- Added: $ezpz-cell-namespace so the cell namespace can be changed through the variables aswell | ||
- Added: *$ezpz-cell-namespace* so the cell namespace can be changed through the variables aswell | ||
@@ -7,0 +10,0 @@ ## 1.1.1 (2016-04-29) |
@@ -190,2 +190,2 @@ # EZPZ Flexbox grid Documentation | ||
## Optional | ||
* [Use the grid with mixins](mixins.md) | ||
* [Use the grid with mixins](mixins-usage.md) |
@@ -39,2 +39,9 @@ # EZPZ Flexbox grid Documentation | ||
```sass | ||
$ezpz-grid-default-wrap | ||
``` | ||
The default wrap type for the grid. This variable can be set to 'nowrap', 'wrap' or 'reverse'. | ||
Default: **'nowrap'** | ||
```sass | ||
$ezpz-gutter | ||
@@ -113,2 +120,2 @@ ``` | ||
## Next | ||
* [Usage](usage.md) | ||
* [CSS usage](css-usage.md) |
{ | ||
"name": "ezpz-grid", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A lightweight Sass (.scss) flexbox grid system that's easy to setup and offers a lot of customisation.", | ||
@@ -5,0 +5,0 @@ "main": "lib/_ezpz-flexbox-grid.scss", |
Sorry, the diff of this file is not supported yet
32635