diff options
author | Volpeon <git@volpeon.ink> | 2024-10-18 19:07:42 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-10-18 19:07:42 +0200 |
commit | e3d34a6d6ce2db04c3c898ad6a4687a0c59df996 (patch) | |
tree | 58b338d738076579030624b563df2365af19782e /src/_iro-design.scss | |
parent | Refactoring (diff) | |
download | iro-design-e3d34a6d6ce2db04c3c898ad6a4687a0c59df996.tar.gz iro-design-e3d34a6d6ce2db04c3c898ad6a4687a0c59df996.tar.bz2 iro-design-e3d34a6d6ce2db04c3c898ad6a4687a0c59df996.zip |
Update
Diffstat (limited to 'src/_iro-design.scss')
-rw-r--r-- | src/_iro-design.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/_iro-design.scss b/src/_iro-design.scss index f0f1e50..9aacc95 100644 --- a/src/_iro-design.scss +++ b/src/_iro-design.scss | |||
@@ -19,7 +19,7 @@ $breakpoints: ( | |||
19 | $named-viewports: $breakpoints !default | 19 | $named-viewports: $breakpoints !default |
20 | ); | 20 | ); |
21 | 21 | ||
22 | @forward 'vars' as vars--*; | 22 | @forward 'core' as core--*; |
23 | 23 | ||
24 | @forward 'layouts/button-group' as l-button-group--*; | 24 | @forward 'layouts/button-group' as l-button-group--*; |
25 | @forward 'layouts/card-list' as l-card-list--*; | 25 | @forward 'layouts/card-list' as l-card-list--*; |
@@ -38,3 +38,5 @@ $breakpoints: ( | |||
38 | //@use 'scopes/tables' as s-tables--*; | 38 | //@use '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--*; | ||
42 | @forward 'objects/avatar' as o-avatar--*; | ||