diff options
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/_utils.scss | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/assets/css/_utils.scss b/assets/css/_utils.scss index 8287108..86a18cf 100644 --- a/assets/css/_utils.scss +++ b/assets/css/_utils.scss | |||
@@ -34,24 +34,6 @@ | |||
34 | } | 34 | } |
35 | } | 35 | } |
36 | 36 | ||
37 | @include utility('pt0') { | ||
38 | padding-top: 0; | ||
39 | |||
40 | @each $breakpoint in map-keys($breakpoints) { | ||
41 | @include media('<=#{$breakpoint}') { | ||
42 | @include suffix('#{$breakpoint}-lo') { | ||
43 | padding-top: 0; | ||
44 | } | ||
45 | } | ||
46 | |||
47 | @include media('>#{$breakpoint}') { | ||
48 | @include suffix('#{$breakpoint}-hi') { | ||
49 | padding-top: 0; | ||
50 | } | ||
51 | } | ||
52 | } | ||
53 | } | ||
54 | |||
55 | @include utility('pb0') { | 37 | @include utility('pb0') { |
56 | padding-bottom: 0; | 38 | padding-bottom: 0; |
57 | 39 | ||