From 17f0194e4914b97ab66ebe4e78c3673a52d15095 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 21 Dec 2021 18:18:37 +0100 Subject: Remove unused utility classes --- assets/css/_utils.scss | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) (limited to 'assets') diff --git a/assets/css/_utils.scss b/assets/css/_utils.scss index da090dd..39953d1 100644 --- a/assets/css/_utils.scss +++ b/assets/css/_utils.scss @@ -18,38 +18,10 @@ @include utility('mt0') { margin-top: 0; - - @each $breakpoint in map-keys($breakpoints) { - @include media('<=#{$breakpoint}') { - @include suffix('#{$breakpoint}-lo') { - margin-top: 0; - } - } - - @include media('>#{$breakpoint}') { - @include suffix('#{$breakpoint}-hi') { - margin-top: 0; - } - } - } } @include utility('pb0') { padding-bottom: 0; - - @each $breakpoint in map-keys($breakpoints) { - @include media('<=#{$breakpoint}') { - @include suffix('#{$breakpoint}-lo') { - padding-bottom: 0; - } - } - - @include media('>#{$breakpoint}') { - @include suffix('#{$breakpoint}-hi') { - padding-bottom: 0; - } - } - } } @include utility('db') { @@ -68,3 +40,7 @@ overflow: hidden; text-overflow: ellipsis; } + +@include utility('tar') { + text-align: right; +} -- cgit v1.2.3-54-g00ecf