Sha256: d873c0cdaf21b1323be406ac3e8040e6c4e1012d6b3055ba83689bd33e42311d
Contents?: true
Size: 997 Bytes
Versions: 21
Compression:
Stored size: 997 Bytes
Contents
@each $prefix in $breakpoints { @each $name, $property in $sizing-types { @include sizing-util('.max-#{$name}-#{$prefix}full') { max-#{$property}: 100%; -premailer-#{$property}: 100%; #{$property}: 100%; } @each $size, $value in $sizing { @include sizing-util('.max-#{$name}-#{$prefix}#{$size}') { max-#{$property}: $value; -premailer-#{$property}: strip-unit($value); #{$property}: 100%; } } } } @each $prefix in $breakpoints { @each $name, $property in $sizing-types { @include sizing-util('.#{$name}-#{$prefix}full') { -premailer-#{$property}: 100%; #{$property}: 100%; } @include sizing-util('.#{$name}-#{$prefix}auto') { -premailer-#{$property}: auto; #{$property}: auto; } @each $size, $value in $sizing { @include sizing-util('.#{$name}-#{$prefix}#{$size}') { -premailer-#{$property}: strip-unit($value); #{$property}: $value; } } } }
Version data entries
21 entries across 21 versions & 1 rubygems