compass-treesaver-plugin 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,9 +7,10 @@
|
|
|
7
7
|
|
|
8
8
|
@import "layout/base";
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
/*
|
|
11
|
+
* Sets up a set of classes that can be applied to columns and containers to
|
|
12
|
+
* determine their width and position.
|
|
13
|
+
*/
|
|
13
14
|
@mixin treesaver-layout-setup($width, $margin, $steps) {
|
|
14
15
|
.grid {
|
|
15
16
|
width: $width;
|