Skip to content

Commit efdbac4

Browse files
committed
Move the rest of the marketing margin utilities to primer core, and remove marketing/margin.scss completely
1 parent 7dd9f5a commit efdbac4

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/marketing/utilities/index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
@import "./borders.scss";
55
@import "./filters.scss";
66
@import "./layout.scss";
7-
@import "./margin.scss";

src/marketing/utilities/margin.scss

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/utilities/margin.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,7 @@
5959
}
6060
}
6161
}
62+
63+
.m-auto { margin: auto !important; }
64+
65+
.mt-auto { margin-top: auto !important; }

0 commit comments

Comments
 (0)