diff options
author | Volpeon <git@volpeon.ink> | 2024-10-25 20:00:54 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-10-25 20:00:54 +0200 |
commit | 40b3911b6ee7af5a3436ff8aef563c51b85391f7 (patch) | |
tree | 06d7a1af0f9f3e5eaaece33fefa590e131ad1340 /src/_props.scss | |
parent | More efficient theming (diff) | |
download | iro-design-40b3911b6ee7af5a3436ff8aef563c51b85391f7.tar.gz iro-design-40b3911b6ee7af5a3436ff8aef563c51b85391f7.tar.bz2 iro-design-40b3911b6ee7af5a3436ff8aef563c51b85391f7.zip |
Fix
Diffstat (limited to 'src/_props.scss')
-rw-r--r-- | src/_props.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_props.scss b/src/_props.scss index 8b17af0..ffba054 100644 --- a/src/_props.scss +++ b/src/_props.scss | |||
@@ -14,6 +14,7 @@ | |||
14 | 14 | ||
15 | :root { | 15 | :root { |
16 | @include props.materialize($ref, null); | 16 | @include props.materialize($ref, null); |
17 | @include props.materialize($ref, 'color'); | ||
17 | 18 | ||
18 | @each $breakpoint in map.keys(media.$breakpoints) { | 19 | @each $breakpoint in map.keys(media.$breakpoints) { |
19 | @include media.media('<=#{$breakpoint}') { | 20 | @include media.media('<=#{$breakpoint}') { |
@@ -32,7 +33,7 @@ | |||
32 | @include props.materialize($ref, 'color'); | 33 | @include props.materialize($ref, 'color'); |
33 | 34 | ||
34 | @media (prefers-color-scheme: dark) { | 35 | @media (prefers-color-scheme: dark) { |
35 | @include props.materialize($ref, 'color' 'dark'); | 36 | @include props.materialize($ref, 'dark'); |
36 | } | 37 | } |
37 | } | 38 | } |
38 | } | 39 | } |