diff options
Diffstat (limited to 'src/_iro-design.scss')
-rw-r--r-- | src/_iro-design.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/_iro-design.scss b/src/_iro-design.scss index eac485d..64b2ec9 100644 --- a/src/_iro-design.scss +++ b/src/_iro-design.scss | |||
@@ -35,7 +35,7 @@ $breakpoints: ( | |||
35 | @forward 'scopes/headings' as s-headings--*; | 35 | @forward 'scopes/headings' as s-headings--*; |
36 | @forward 'scopes/links' as s-links--*; | 36 | @forward 'scopes/links' as s-links--*; |
37 | @forward 'scopes/lists' as s-lists--*; | 37 | @forward 'scopes/lists' as s-lists--*; |
38 | //@use 'scopes/tables' as s-tables--*; | 38 | @forward 'scopes/tables' as s-tables--*; |
39 | 39 | ||
40 | @forward 'objects/action-button' as o-action-button--*; | 40 | @forward 'objects/action-button' as o-action-button--*; |
41 | @forward 'objects/alert' as o-alert--*; | 41 | @forward 'objects/alert' as o-alert--*; |
@@ -57,3 +57,10 @@ $breakpoints: ( | |||
57 | @forward 'objects/radio' as o-radio--*; | 57 | @forward 'objects/radio' as o-radio--*; |
58 | @forward 'objects/side-nav' as o-side-nav--*; | 58 | @forward 'objects/side-nav' as o-side-nav--*; |
59 | @forward 'objects/status-indicator' as o-status-indicator--*; | 59 | @forward 'objects/status-indicator' as o-status-indicator--*; |
60 | @forward 'objects/switch' as o-switch--*; | ||
61 | @forward 'objects/table' as o-table--*; | ||
62 | @forward 'objects/text-field' as o-text-field--*; | ||
63 | |||
64 | @forward 'utils' as utils--*; | ||
65 | |||
66 | @forward 'themes' as themes--*; | ||