diff options
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 10 | ||||
-rw-r--r-- | src/_iro-design.scss | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json index 9534dab..9abf0aa 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#42604b23f784f852043d851197d8b19210aee5f1" | 23 | "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git#14f85b1899ae57edc3733bb39a9d311463f7c94a" |
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 e81e7fe..0c6b6b2 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#42604b23f784f852043d851197d8b19210aee5f1 | 15 | specifier: git+https://git.vulpes.one/git/iro-sass.git#14f85b1899ae57edc3733bb39a9d311463f7c94a |
16 | version: git+https://git.vulpes.one/git/iro-sass.git#42604b23f784f852043d851197d8b19210aee5f1 | 16 | version: git+https://git.vulpes.one/git/iro-sass.git#14f85b1899ae57edc3733bb39a9d311463f7c94a |
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#42604b23f784f852043d851197d8b19210aee5f1: | 691 | iro-sass@git+https://git.vulpes.one/git/iro-sass.git#14f85b1899ae57edc3733bb39a9d311463f7c94a: |
692 | resolution: {commit: 42604b23f784f852043d851197d8b19210aee5f1, repo: https://git.vulpes.one/git/iro-sass.git, type: git} | 692 | resolution: {commit: 14f85b1899ae57edc3733bb39a9d311463f7c94a, 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#42604b23f784f852043d851197d8b19210aee5f1: {} | 1919 | iro-sass@git+https://git.vulpes.one/git/iro-sass.git#14f85b1899ae57edc3733bb39a9d311463f7c94a: {} |
1920 | 1920 | ||
1921 | is-arrayish@0.2.1: {} | 1921 | is-arrayish@0.2.1: {} |
1922 | 1922 | ||
diff --git a/src/_iro-design.scss b/src/_iro-design.scss index 153bfa2..37c2ad6 100644 --- a/src/_iro-design.scss +++ b/src/_iro-design.scss | |||
@@ -5,8 +5,8 @@ $breakpoints: ( | |||
5 | xs: 400px, | 5 | xs: 400px, |
6 | ) !default; | 6 | ) !default; |
7 | 7 | ||
8 | @forward 'iro-sass/src/iro-sass' as fw--* with ( | 8 | @use 'iro-sass/src/responsive' with ( |
9 | $responsive-named-viewports: $breakpoints !default | 9 | $named-viewports: $breakpoints |
10 | ); | 10 | ); |
11 | 11 | ||
12 | @forward 'include-media/dist/include-media' as media--* with ( | 12 | @forward 'include-media/dist/include-media' as media--* with ( |