Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 3b968ca

Browse files
committed
Add responsive -{…}-fix modifiers for enabling fixed widths
1 parent 6c6bda8 commit 3b968ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

grid.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ $gutter-compensation: $half-gutter-width * -1;
2828
@mixin grid-breakpoint($name, $size) {
2929
@if $size {
3030
.#{$grid-classes-prefix}container {
31-
width: $size;
31+
&.-#{$name}-fix {
32+
width: $size;
33+
}
3234
}
3335
}
3436

0 commit comments

Comments
 (0)