diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_utils.scss | 8 | ||||
-rw-r--r-- | src/layouts/_card-list.scss | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/src/_utils.scss b/src/_utils.scss index 3560888..a96666d 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
@@ -124,6 +124,14 @@ $-sizes: ( | |||
124 | justify-content: flex-end; | 124 | justify-content: flex-end; |
125 | } | 125 | } |
126 | 126 | ||
127 | @include iro.bem-utility('tt-upper') { | ||
128 | text-transform: uppercase; | ||
129 | } | ||
130 | |||
131 | @include iro.bem-utility('tt-lower') { | ||
132 | text-transform: lowercase; | ||
133 | } | ||
134 | |||
127 | @include iro.bem-utility('c-heading') { | 135 | @include iro.bem-utility('c-heading') { |
128 | color: props.get(vars.$theme, --heading); | 136 | color: props.get(vars.$theme, --heading); |
129 | } | 137 | } |
diff --git a/src/layouts/_card-list.scss b/src/layouts/_card-list.scss index 6bdf7b3..59105c4 100644 --- a/src/layouts/_card-list.scss +++ b/src/layouts/_card-list.scss | |||
@@ -51,7 +51,6 @@ | |||
51 | display: block; | 51 | display: block; |
52 | flex: 1 0 auto; | 52 | flex: 1 0 auto; |
53 | inline-size: props.get(vars.$masonry-h--row-height); | 53 | inline-size: props.get(vars.$masonry-h--row-height); |
54 | block-size: 0; | ||
55 | content: ''; | 54 | content: ''; |
56 | } | 55 | } |
57 | } | 56 | } |