File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ $first-breakpoint: append($first-breakpoint, ());
30
30
// normalize quotes
31
31
$label : quote (unquote ($label ));
32
32
33
- $counter : $counter + 1 ;
33
+ $counter : $counter + 1 !global ;
34
34
35
35
// push label to label list names = push(names, myname)
36
36
$first-breakpoint : append ($first-breakpoint , $label , comma );
37
37
38
38
}
39
39
40
40
// set current breakpoint for fluid function
41
- $current-bp : $min ;
41
+ $current-bp : $min !global ;
42
42
43
43
// min width mq
44
44
@if ($min and $max == false) {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ img { max-width: 100%; }
17
17
.no-js .responsive-image { display : none ; }
18
18
19
19
// Grid container
20
- // Must only contain `.grid` or `.grid-cell ` components as children.
20
+ // Must only contain `.grid` or `.grid__cell ` components as children.
21
21
.grid {
22
22
display : block ;
23
23
padding : 0 ;
@@ -27,7 +27,7 @@ img { max-width: 100%; }
27
27
// Remove inter-unit whitespace for all non-monospace font-families
28
28
// If you're using a monospace base font, you will need to set the `grid`
29
29
// font-family to `sans-serif` and then redeclare the monospace font on
30
- // the `grid-cell ` objects.
30
+ // the `grid__cell ` objects.
31
31
letter-spacing : -0.31em ;
32
32
// Protect against WebKit bug with optimizelegibility
33
33
text-rendering : optimizespeed ;
@@ -86,4 +86,4 @@ img { max-width: 100%; }
86
86
.grid__cell--center {
87
87
display : block ;
88
88
margin : 0 auto ;
89
- }
89
+ }
You can’t perform that action at this time.
0 commit comments