diff options
author | Volpeon <git@volpeon.ink> | 2024-11-23 14:06:13 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-23 14:06:13 +0100 |
commit | 036550a79dc44aedf1ff1e8c7a58a7994a901820 (patch) | |
tree | df4320c14143c0e57e76e7000d0b7291e14031b1 /src/_iro-design.scss | |
parent | Tabs (diff) | |
download | iro-design-036550a79dc44aedf1ff1e8c7a58a7994a901820.tar.gz iro-design-036550a79dc44aedf1ff1e8c7a58a7994a901820.tar.bz2 iro-design-036550a79dc44aedf1ff1e8c7a58a7994a901820.zip |
o-tabs -> o-tabbar
Diffstat (limited to 'src/_iro-design.scss')
-rw-r--r-- | src/_iro-design.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_iro-design.scss b/src/_iro-design.scss index 204e889..2010a2d 100644 --- a/src/_iro-design.scss +++ b/src/_iro-design.scss | |||
@@ -66,7 +66,7 @@ $breakpoints: ( | |||
66 | @forward 'objects/status-indicator' as o-status-indicator--*; | 66 | @forward 'objects/status-indicator' as o-status-indicator--*; |
67 | @forward 'objects/switch' as o-switch--*; | 67 | @forward 'objects/switch' as o-switch--*; |
68 | @forward 'objects/table' as o-table--*; | 68 | @forward 'objects/table' as o-table--*; |
69 | @forward 'objects/tabs' as o-tabs--*; | 69 | @forward 'objects/tabbar' as o-tabbar--*; |
70 | @forward 'objects/text-field' as o-text-field--*; | 70 | @forward 'objects/text-field' as o-text-field--*; |
71 | @forward 'objects/thumbnail' as o-thumbnail--*; | 71 | @forward 'objects/thumbnail' as o-thumbnail--*; |
72 | 72 | ||