diff options
| author | Volpeon <git@volpeon.ink> | 2024-10-19 17:14:45 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-10-19 17:14:45 +0200 |
| commit | c41e16f6044548e27fbf8e4ef65ed3067278c80b (patch) | |
| tree | 90033bba112417a1b7fa833f6a307df56b9799dd /src/_iro-design.scss | |
| parent | Update (diff) | |
| download | iro-design-c41e16f6044548e27fbf8e4ef65ed3067278c80b.tar.gz iro-design-c41e16f6044548e27fbf8e4ef65ed3067278c80b.tar.bz2 iro-design-c41e16f6044548e27fbf8e4ef65ed3067278c80b.zip | |
Update
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--*; | ||
