vendor/assets/inuit.css/inuit-shared/_generic.shared.scss in polar-express-1.0.0 vs vendor/assets/inuit.css/inuit-shared/_generic.shared.scss in polar-express-1.1.0
- old
+ new
@@ -5,15 +5,15 @@
/**
* Where `margin-bottom` is concerned,this value will be the same as the
* base line-height. This allows us to keep a consistent vertical rhythm.
* As per: csswizardry.com/2012/06/single-direction-margin-declarations
*/
-h1, h2, h3, h4, h5, h6, hgroup,
-ul, ol, dl,
-blockquote, p, address,
-table,
-fieldset, figure,
-pre,
+h1, h2, h3, h4, h5, h6,
+ul, ol, dl,
+blockquote, p, address,
+table,
+fieldset, figure,
+pre,
%margin-bottom {
margin-bottom: $inuit-base-spacing-unit;
margin-bottom: ($inuit-base-spacing-unit / $inuit-base-font-size) * 1rem;
}