diff options
Diffstat (limited to 'src/_iro-design.scss')
-rw-r--r-- | src/_iro-design.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_iro-design.scss b/src/_iro-design.scss index 204e889..04857e3 100644 --- a/src/_iro-design.scss +++ b/src/_iro-design.scss | |||
@@ -23,6 +23,7 @@ $breakpoints: ( | |||
23 | @forward 'config' as config--*; | 23 | @forward 'config' as config--*; |
24 | @forward 'props' as props--*; | 24 | @forward 'props' as props--*; |
25 | @forward 'core' as core--*; | 25 | @forward 'core' as core--*; |
26 | @forward 'layers' as layers--*; | ||
26 | 27 | ||
27 | @forward 'layouts/button-group' as l-button-group--*; | 28 | @forward 'layouts/button-group' as l-button-group--*; |
28 | @forward 'layouts/card-list' as l-card-list--*; | 29 | @forward 'layouts/card-list' as l-card-list--*; |
@@ -66,7 +67,7 @@ $breakpoints: ( | |||
66 | @forward 'objects/status-indicator' as o-status-indicator--*; | 67 | @forward 'objects/status-indicator' as o-status-indicator--*; |
67 | @forward 'objects/switch' as o-switch--*; | 68 | @forward 'objects/switch' as o-switch--*; |
68 | @forward 'objects/table' as o-table--*; | 69 | @forward 'objects/table' as o-table--*; |
69 | @forward 'objects/tabs' as o-tabs--*; | 70 | @forward 'objects/tabbar' as o-tabbar--*; |
70 | @forward 'objects/text-field' as o-text-field--*; | 71 | @forward 'objects/text-field' as o-text-field--*; |
71 | @forward 'objects/thumbnail' as o-thumbnail--*; | 72 | @forward 'objects/thumbnail' as o-thumbnail--*; |
72 | 73 | ||