diff options
author | Volpeon <git@volpeon.ink> | 2024-12-05 08:45:00 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-12-05 08:45:00 +0100 |
commit | 6e1009c6c4c1cedfd2bfbb38eb9543e72a275461 (patch) | |
tree | b6f6d6a076d4f58529560b51c830a4ddf6bdcf2c /src/_iro-design.scss | |
parent | Horizontal card improvements (diff) | |
download | iro-design-6e1009c6c4c1cedfd2bfbb38eb9543e72a275461.tar.gz iro-design-6e1009c6c4c1cedfd2bfbb38eb9543e72a275461.tar.bz2 iro-design-6e1009c6c4c1cedfd2bfbb38eb9543e72a275461.zip |
Style lists by default
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 04857e3..31e1f71 100644 --- a/src/_iro-design.scss +++ b/src/_iro-design.scss | |||
@@ -25,6 +25,7 @@ $breakpoints: ( | |||
25 | @forward 'core' as core--*; | 25 | @forward 'core' as core--*; |
26 | @forward 'layers' as layers--*; | 26 | @forward 'layers' as layers--*; |
27 | 27 | ||
28 | @forward 'layouts/list' as l-list--*; | ||
28 | @forward 'layouts/button-group' as l-button-group--*; | 29 | @forward 'layouts/button-group' as l-button-group--*; |
29 | @forward 'layouts/card-list' as l-card-list--*; | 30 | @forward 'layouts/card-list' as l-card-list--*; |
30 | @forward 'layouts/container' as l-container--*; | 31 | @forward 'layouts/container' as l-container--*; |
@@ -41,7 +42,6 @@ $breakpoints: ( | |||
41 | @forward 'scopes/figures' as s-figures--*; | 42 | @forward 'scopes/figures' as s-figures--*; |
42 | @forward 'scopes/headings' as s-headings--*; | 43 | @forward 'scopes/headings' as s-headings--*; |
43 | @forward 'scopes/links' as s-links--*; | 44 | @forward 'scopes/links' as s-links--*; |
44 | @forward 'scopes/lists' as s-lists--*; | ||
45 | @forward 'scopes/tables' as s-tables--*; | 45 | @forward 'scopes/tables' as s-tables--*; |
46 | 46 | ||
47 | @forward 'objects/action-button' as o-action-button--*; | 47 | @forward 'objects/action-button' as o-action-button--*; |