diff options
Diffstat (limited to 'src/_iro-design.scss')
-rw-r--r-- | src/_iro-design.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_iro-design.scss b/src/_iro-design.scss index 3abe3fa..eac485d 100644 --- a/src/_iro-design.scss +++ b/src/_iro-design.scss | |||
@@ -50,3 +50,10 @@ $breakpoints: ( | |||
50 | @forward 'objects/field-label' as o-field-label--*; | 50 | @forward 'objects/field-label' as o-field-label--*; |
51 | @forward 'objects/heading' as o-heading--*; | 51 | @forward 'objects/heading' as o-heading--*; |
52 | @forward 'objects/icon' as o-icon--*; | 52 | @forward 'objects/icon' as o-icon--*; |
53 | @forward 'objects/lightbox' as o-lightbox--*; | ||
54 | @forward 'objects/menu' as o-menu--*; | ||
55 | @forward 'objects/palette' as o-palette--*; | ||
56 | @forward 'objects/popover' as o-popover--*; | ||
57 | @forward 'objects/radio' as o-radio--*; | ||
58 | @forward 'objects/side-nav' as o-side-nav--*; | ||
59 | @forward 'objects/status-indicator' as o-status-indicator--*; | ||