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