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 | |
parent | More efficient theming (diff) | |
download | iro-design-40b3911b6ee7af5a3436ff8aef563c51b85391f7.tar.gz iro-design-40b3911b6ee7af5a3436ff8aef563c51b85391f7.tar.bz2 iro-design-40b3911b6ee7af5a3436ff8aef563c51b85391f7.zip |
Fix
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 10 | ||||
-rw-r--r-- | src/_props.scss | 3 |
3 files changed, 8 insertions, 7 deletions
diff --git a/package.json b/package.json index cca47a5..fe7f7df 100644 --- a/package.json +++ b/package.json | |||
@@ -20,7 +20,7 @@ | |||
20 | }, | 20 | }, |
21 | "dependencies": { | 21 | "dependencies": { |
22 | "include-media": "^2.0.0", | 22 | "include-media": "^2.0.0", |
23 | "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git#5f45b25eb0a677138081b5fb72394a395934cc84" | 23 | "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git#54681629bf7d3d317df52f4327e0169925338bd5" |
24 | }, | 24 | }, |
25 | "devDependencies": { | 25 | "devDependencies": { |
26 | "iro-icons": "git+https://git.vulpes.one/git/iro-icons.git#8b921f634a565fd9bb8f6e0ddb1b4d7ba207c0a0", | 26 | "iro-icons": "git+https://git.vulpes.one/git/iro-icons.git#8b921f634a565fd9bb8f6e0ddb1b4d7ba207c0a0", |
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4fce88d..40f5d59 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml | |||
@@ -12,8 +12,8 @@ importers: | |||
12 | specifier: ^2.0.0 | 12 | specifier: ^2.0.0 |
13 | version: 2.0.0 | 13 | version: 2.0.0 |
14 | iro-sass: | 14 | iro-sass: |
15 | specifier: git+https://git.vulpes.one/git/iro-sass.git#5f45b25eb0a677138081b5fb72394a395934cc84 | 15 | specifier: git+https://git.vulpes.one/git/iro-sass.git#54681629bf7d3d317df52f4327e0169925338bd5 |
16 | version: git+https://git.vulpes.one/git/iro-sass.git#5f45b25eb0a677138081b5fb72394a395934cc84 | 16 | version: git+https://git.vulpes.one/git/iro-sass.git#54681629bf7d3d317df52f4327e0169925338bd5 |
17 | devDependencies: | 17 | devDependencies: |
18 | iro-icons: | 18 | iro-icons: |
19 | specifier: git+https://git.vulpes.one/git/iro-icons.git#8b921f634a565fd9bb8f6e0ddb1b4d7ba207c0a0 | 19 | specifier: git+https://git.vulpes.one/git/iro-icons.git#8b921f634a565fd9bb8f6e0ddb1b4d7ba207c0a0 |
@@ -688,8 +688,8 @@ packages: | |||
688 | peerDependencies: | 688 | peerDependencies: |
689 | svg-sprite: ^2.0.2 | 689 | svg-sprite: ^2.0.2 |
690 | 690 | ||
691 | iro-sass@git+https://git.vulpes.one/git/iro-sass.git#5f45b25eb0a677138081b5fb72394a395934cc84: | 691 | iro-sass@git+https://git.vulpes.one/git/iro-sass.git#54681629bf7d3d317df52f4327e0169925338bd5: |
692 | resolution: {commit: 5f45b25eb0a677138081b5fb72394a395934cc84, repo: https://git.vulpes.one/git/iro-sass.git, type: git} | 692 | resolution: {commit: 54681629bf7d3d317df52f4327e0169925338bd5, repo: https://git.vulpes.one/git/iro-sass.git, type: git} |
693 | version: 1.0.2 | 693 | version: 1.0.2 |
694 | 694 | ||
695 | is-arrayish@0.2.1: | 695 | is-arrayish@0.2.1: |
@@ -1916,7 +1916,7 @@ snapshots: | |||
1916 | dependencies: | 1916 | dependencies: |
1917 | svg-sprite: 2.0.4 | 1917 | svg-sprite: 2.0.4 |
1918 | 1918 | ||
1919 | iro-sass@git+https://git.vulpes.one/git/iro-sass.git#5f45b25eb0a677138081b5fb72394a395934cc84: {} | 1919 | iro-sass@git+https://git.vulpes.one/git/iro-sass.git#54681629bf7d3d317df52f4327e0169925338bd5: {} |
1920 | 1920 | ||
1921 | is-arrayish@0.2.1: {} | 1921 | is-arrayish@0.2.1: {} |
1922 | 1922 | ||
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 | } |