diff options
| author | Volpeon <git@volpeon.ink> | 2024-10-22 09:22:50 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-10-22 09:22:50 +0200 |
| commit | 6da1788cb86ea899e4e4525ed277cf5800651471 (patch) | |
| tree | a194f3b860d2c57b6dcb361d4f36a164daeb4830 /src | |
| parent | Less broad imports (diff) | |
| download | iro-design-6da1788cb86ea899e4e4525ed277cf5800651471.tar.gz iro-design-6da1788cb86ea899e4e4525ed277cf5800651471.tar.bz2 iro-design-6da1788cb86ea899e4e4525ed277cf5800651471.zip | |
Update
Diffstat (limited to 'src')
| -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 988f23a..6631dab 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 | @forward 'include-media/dist/include-media' as media--* with ( | 12 | @use 'include-media/dist/include-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 | ) !default, | 19 | ), |
| 20 | ); | 20 | ); |
| 21 | 21 | ||
| 22 | @forward 'config' as config--*; | 22 | @forward 'config' as config--*; |
