Skip to content

Commit e550e33

Browse files
committed
Remove marketing margin extension
1 parent 3468bf3 commit e550e33

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/marketing/utilities/margin.scss

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,4 @@
11
// 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-
222
.mt-auto {
233
margin-top: auto !important;
244
}

0 commit comments

Comments
 (0)