diff options
| author | Volpeon <git@volpeon.ink> | 2023-10-14 08:07:45 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2023-10-14 08:07:45 +0200 |
| commit | daa3013be474a2e158936b06ea152c543679b661 (patch) | |
| tree | 51c09a9c5da68ee62541a36cae134be47bd0a9be /src/_utils.scss | |
| parent | Fix container (diff) | |
| download | iro-design-daa3013be474a2e158936b06ea152c543679b661.tar.gz iro-design-daa3013be474a2e158936b06ea152c543679b661.tar.bz2 iro-design-daa3013be474a2e158936b06ea152c543679b661.zip | |
Update
Diffstat (limited to 'src/_utils.scss')
| -rw-r--r-- | src/_utils.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/_utils.scss b/src/_utils.scss index 7983bea..d8fbd72 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
| @@ -22,6 +22,10 @@ $dirs: ( | |||
| 22 | display: contents; | 22 | display: contents; |
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | @include iro.bem-utility('td-none') { | ||
| 26 | text-decoration: none; | ||
| 27 | } | ||
| 28 | |||
| 25 | @include iro.bem-utility('d-none') { | 29 | @include iro.bem-utility('d-none') { |
| 26 | display: none; | 30 | display: none; |
| 27 | 31 | ||
