diff options
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--*; |