Rename zero suffix to none for clarity of purpose

This commit is contained in:
Allan Cole 2019-08-01 19:06:29 -04:00
parent 2635b6a18a
commit 19acd943e7
4 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
* Margins
*/
.margin-top-zero {
.margin-top-none {
margin-top: 0 !important;
}
@ -14,7 +14,7 @@
margin-top: map-deep-get($config-global, "spacing", "vertical") !important;
}
.margin-bottom-zero {
.margin-bottom-none {
margin-bottom: 0 !important;
}

View file

@ -697,7 +697,7 @@ table th,
/*
* Margins
*/
.margin-top-zero {
.margin-top-none {
margin-top: 0 !important;
}
@ -709,7 +709,7 @@ table th,
margin-top: 32px !important;
}
.margin-bottom-zero {
.margin-bottom-none {
margin-bottom: 0 !important;
}

View file

@ -2060,7 +2060,7 @@ table th,
/*
* Margins
*/
.margin-top-zero {
.margin-top-none {
margin-top: 0 !important;
}
@ -2072,7 +2072,7 @@ table th,
margin-top: 32px !important;
}
.margin-bottom-zero {
.margin-bottom-none {
margin-bottom: 0 !important;
}

View file

@ -2065,7 +2065,7 @@ table th,
/*
* Margins
*/
.margin-top-zero {
.margin-top-none {
margin-top: 0 !important;
}
@ -2077,7 +2077,7 @@ table th,
margin-top: 32px !important;
}
.margin-bottom-zero {
.margin-bottom-none {
margin-bottom: 0 !important;
}