jekyll-theme-foundation 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/scss/xy-grid/_gutters.scss +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad4ec25c72cd785d4ff14344c5c02ec582f5c3e1
|
4
|
+
data.tar.gz: 04ef3ffd2e788fff3f75c37f9658ba903d5f212b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c476c81698ab979195802c96d85e473c62cbeee3699781c6f619e08fb2561e5ea86cefdb59440cf4564c674205e0bd6c929c1a110e9e249cd3416025c714447
|
7
|
+
data.tar.gz: 6042f3b94acc898517419a53c64bc2134bf526449b1ebb38c5295aab9e92d181653c5f400503e50dd3a04c32c61b78c509aafe4357cd8ecc63dba8bd60b6ebb6
|
@@ -30,7 +30,7 @@
|
|
30
30
|
|
31
31
|
// Loop through each gutter position
|
32
32
|
@each $value in $gutter-position {
|
33
|
-
#{$gutter-type}-#{$value}: #{$operator}$gutter;
|
33
|
+
#{$gutter-type}-#{$value}: unquote("#{$operator}#{$gutter}");
|
34
34
|
}
|
35
35
|
}
|
36
36
|
}
|
@@ -39,7 +39,7 @@
|
|
39
39
|
|
40
40
|
// Loop through each gutter position
|
41
41
|
@each $value in $gutter-position {
|
42
|
-
#{$gutter-type}-#{$value}: #{$operator}$gutter;
|
42
|
+
#{$gutter-type}-#{$value}: unquote("#{$operator}#{$gutter}");
|
43
43
|
}
|
44
44
|
}
|
45
45
|
}
|