We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3468bf3 commit e550e33Copy full SHA for e550e33
src/marketing/utilities/margin.scss
@@ -1,24 +1,4 @@
1
// Margin spacer utilities for marketing
2
-// Utilities only added for y-direction margin (i.e. top & bottom)
3
-
4
-@each $breakpoint, $variant in $responsive-variants {
5
- @include breakpoint($breakpoint) {
6
- @each $scale, $size in $spacer-map-extended {
7
8
- .mt#{$variant}-#{$scale} { margin-top: $size !important; }
9
- .mb#{$variant}-#{$scale} { margin-bottom: $size !important; }
10
11
- .mt#{$variant}-n#{$scale} { margin-top: -$size !important; }
12
- .mb#{$variant}-n#{$scale} { margin-bottom: -$size !important; }
13
14
- .my#{$variant}-#{$scale} {
15
- margin-top: $size !important;
16
- margin-bottom: $size !important;
17
- }
18
19
20
-}
21
22
.mt-auto {
23
margin-top: auto !important;
24
}
0 commit comments