vendor/assets/stylesheets/foundation/components/_global.scss in foundation-sass-rails-5.5.3.2 vs vendor/assets/stylesheets/foundation/components/_global.scss in foundation-sass-rails-5.5.4.0
- old
+ new
@@ -498,10 +498,10 @@
html,
body { font-size: $base-font-size; }
// Default body styles
body {
- background: $body-bg;
+ background-color: $body-bg;
color: $body-font-color;
cursor: $cursor-auto-value;
font-family: $body-font-family;
font-style: $body-font-style;
font-weight: $body-font-weight;