compass-treesaver-plugin 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -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;
|