diff options
| author | Volpeon <git@volpeon.ink> | 2024-10-19 22:33:28 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-10-19 22:33:28 +0200 |
| commit | 7b1ca4ef71748167d31eb0f9baa7ab4455fc8dd4 (patch) | |
| tree | 66122bee4256fb511a47051617fcfb67942d5a7b /src | |
| parent | Remove old code (diff) | |
| download | iro-design-7b1ca4ef71748167d31eb0f9baa7ab4455fc8dd4.tar.gz iro-design-7b1ca4ef71748167d31eb0f9baa7ab4455fc8dd4.tar.bz2 iro-design-7b1ca4ef71748167d31eb0f9baa7ab4455fc8dd4.zip | |
Update
Diffstat (limited to 'src')
| -rw-r--r-- | src/_iro-design.scss | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/_iro-design.scss b/src/_iro-design.scss index 64b2ec9..24177a0 100644 --- a/src/_iro-design.scss +++ b/src/_iro-design.scss | |||
| @@ -5,6 +5,12 @@ $breakpoints: ( | |||
| 5 | xs: 400px, | 5 | xs: 400px, |
| 6 | ) !default; | 6 | ) !default; |
| 7 | 7 | ||
| 8 | @forward 'iro-sass/src/responsive' with ( | ||
| 9 | $named-viewports: $breakpoints !default | ||
| 10 | ); | ||
| 11 | |||
| 12 | @forward 'iro-sass/src/iro-sass' as fw--*; | ||
| 13 | |||
| 8 | @forward 'include-media/dist/include-media' as media--* with ( | 14 | @forward 'include-media/dist/include-media' as media--* with ( |
| 9 | $breakpoints: $breakpoints !default, | 15 | $breakpoints: $breakpoints !default, |
| 10 | $unit-intervals: ( | 16 | $unit-intervals: ( |
| @@ -15,10 +21,6 @@ $breakpoints: ( | |||
| 15 | ) !default, | 21 | ) !default, |
| 16 | ); | 22 | ); |
| 17 | 23 | ||
| 18 | @forward 'iro-sass/src/responsive' as iro-responsive--* with ( | ||
| 19 | $named-viewports: $breakpoints !default | ||
| 20 | ); | ||
| 21 | |||
| 22 | @forward 'core' as core--*; | 24 | @forward 'core' as core--*; |
| 23 | 25 | ||
| 24 | @forward 'layouts/button-group' as l-button-group--*; | 26 | @forward 'layouts/button-group' as l-button-group--*; |
