Browse Source

Rename `zero` suffix to `none` for clarity of purpose

Allan Cole 6 years ago
parent
commit
19acd943e7

+ 2 - 2
varia/sass/blocks/utilities/_spacing-overrides.scss

@@ -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;
 }
 

+ 2 - 2
varia/style-editor.css

@@ -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;
 }
 

+ 2 - 2
varia/style-rtl.css

@@ -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;
 }
 

+ 2 - 2
varia/style.css

@@ -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;
 }