Comparing version
{ | ||
"name": "supercell", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Grid-like layout system.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -88,3 +88,3 @@ # Supercell | ||
```SCSS | ||
@include widths(12); | ||
@include supercell(12); | ||
``` | ||
@@ -95,3 +95,3 @@ | ||
```SCSS | ||
@include widths(12 16); | ||
@include supercell(12 16); | ||
``` | ||
@@ -102,3 +102,3 @@ | ||
```SCSS | ||
@include widths(3 4 8); | ||
@include supercell(3 4 8); | ||
``` | ||
@@ -130,3 +130,3 @@ | ||
@media screen and (min-width: 1200px) { | ||
@include widths(12, \@large); | ||
@include supercell(12, \@large); | ||
} | ||
@@ -133,0 +133,0 @@ ``` |
Sorry, the diff of this file is not supported yet
73939
325.87%12
71.43%