diff options
author | Volpeon <git@volpeon.ink> | 2024-10-22 10:25:07 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-10-22 10:25:07 +0200 |
commit | 649fd1e4a5e1eb8ccf530eb1cc67fdbecfe67cfc (patch) | |
tree | 0ee25906c9e73912137a56b7d6214c89bf43e8a6 /src/_iro-design.scss | |
parent | Update (diff) | |
download | iro-design-649fd1e4a5e1eb8ccf530eb1cc67fdbecfe67cfc.tar.gz iro-design-649fd1e4a5e1eb8ccf530eb1cc67fdbecfe67cfc.tar.bz2 iro-design-649fd1e4a5e1eb8ccf530eb1cc67fdbecfe67cfc.zip |
Update
Diffstat (limited to 'src/_iro-design.scss')
-rw-r--r-- | src/_iro-design.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_iro-design.scss b/src/_iro-design.scss index 6631dab..988f23a 100644 --- a/src/_iro-design.scss +++ b/src/_iro-design.scss | |||
@@ -9,14 +9,14 @@ $breakpoints: ( | |||
9 | $named-viewports: $breakpoints | 9 | $named-viewports: $breakpoints |
10 | ); | 10 | ); |
11 | 11 | ||
12 | @use 'include-media/dist/include-media' with ( | 12 | @forward 'include-media/dist/include-media' as media--* with ( |
13 | $breakpoints: $breakpoints, | 13 | $breakpoints: $breakpoints, |
14 | $unit-intervals: ( | 14 | $unit-intervals: ( |
15 | 'px': 1, | 15 | 'px': 1, |
16 | 'em': .01, | 16 | 'em': .01, |
17 | 'rem': .01, | 17 | 'rem': .01, |
18 | '': 0 | 18 | '': 0 |
19 | ), | 19 | ) !default, |
20 | ); | 20 | ); |
21 | 21 | ||
22 | @forward 'config' as config--*; | 22 | @forward 'config' as config--*; |