diff options
Diffstat (limited to 'src/layouts/_container.scss')
-rw-r--r-- | src/layouts/_container.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/layouts/_container.scss b/src/layouts/_container.scss index da1ff0c..b567119 100644 --- a/src/layouts/_container.scss +++ b/src/layouts/_container.scss | |||
@@ -27,8 +27,6 @@ | |||
27 | ), 'xs'); | 27 | ), 'xs'); |
28 | 28 | ||
29 | @include iro.bem-layout(iro.props-namespace()) { | 29 | @include iro.bem-layout(iro.props-namespace()) { |
30 | box-sizing: border-box; | ||
31 | |||
32 | @each $size in 'narrow-125' 'narrow' 'narrow-75' { | 30 | @each $size in 'narrow-125' 'narrow' 'narrow-75' { |
33 | @include iro.bem-modifier($size) { | 31 | @include iro.bem-modifier($size) { |
34 | max-width: fn.dim(--#{$size}); | 32 | max-width: fn.dim(--#{$size}); |