diff options
Diffstat (limited to 'src/_props.scss')
| -rw-r--r-- | src/_props.scss | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/_props.scss b/src/_props.scss index ac1dfd5..1a0f7d0 100644 --- a/src/_props.scss +++ b/src/_props.scss | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | :root { | 15 | :root { |
| 16 | @include iro.props-materialize($ref); | 16 | @include iro.props-materialize($ref, null); |
| 17 | 17 | ||
| 18 | @each $breakpoint in map.keys(media.$breakpoints) { | 18 | @each $breakpoint in map.keys(media.$breakpoints) { |
| 19 | @include media.media('<=#{$breakpoint}') { | 19 | @include media.media('<=#{$breakpoint}') { |
| @@ -29,7 +29,13 @@ | |||
| 29 | @each $theme-name in map.keys(themes.$themes) { | 29 | @each $theme-name in map.keys(themes.$themes) { |
| 30 | @if $theme-name != themes.$theme-default { | 30 | @if $theme-name != themes.$theme-default { |
| 31 | @include iro.bem-theme($theme-name) { | 31 | @include iro.bem-theme($theme-name) { |
| 32 | @include iro.props-materialize($ref); | 32 | @include iro.props-materialize($ref, null); |
| 33 | |||
| 34 | @each $breakpoint in map.keys(media.$breakpoints) { | ||
| 35 | @include media.media('<=#{$breakpoint}') { | ||
| 36 | @include iro.props-materialize($ref, $breakpoint); | ||
| 37 | } | ||
| 38 | } | ||
| 33 | 39 | ||
| 34 | @media (prefers-color-scheme: dark) { | 40 | @media (prefers-color-scheme: dark) { |
| 35 | @include iro.props-materialize($ref, 'dark'); | 41 | @include iro.props-materialize($ref, 'dark'); |
