1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 16:07:25 +03:00

Move the rest of the marketing margin utilities to primer core, and remove marketing/margin.scss completely

This commit is contained in:
Tobias Ahlin 2021-05-03 16:50:39 +02:00
parent 7dd9f5a57a
commit efdbac4378
3 changed files with 4 additions and 5 deletions

View File

@ -4,4 +4,3 @@
@import "./borders.scss";
@import "./filters.scss";
@import "./layout.scss";
@import "./margin.scss";

View File

@ -1,4 +0,0 @@
// Margin spacer utilities for marketing
.mt-auto { margin-top: auto !important; }
.m-auto { margin: auto !important; }

View File

@ -59,3 +59,7 @@
}
}
}
.m-auto { margin: auto !important; }
.mt-auto { margin-top: auto !important; }