vendor/assets/stylesheets/foundation/components/_global.scss in foundation-rails-5.3.0.1 vs vendor/assets/stylesheets/foundation/components/_global.scss in foundation-rails-5.3.1.0
- old
+ new
@@ -9,13 +9,10 @@
// Data attribute namespace
// styles get applied to [data-mysite-plugin], etc
$namespace: false !default;
-// Control the inclusion of experimental properties
-$experimental: true !default;
-
// The default font-size is set to 100% of the browser style sheet (usually 16px)
// for compatibility with browser-based text zoom or user-set defaults.
// Since the typical default browser font-size is 16px, that makes the calculation for grid size.
// If you want your base font-size to be different and not have it affect the grid breakpoints,
@@ -29,20 +26,10 @@
// Global Foundation Mixins
//
// @mixins
//
-// We use this to optionally include experimental or
-// explicitly vendor prefixed properties
-@mixin experimental() {
- @if $experimental {
- @content;
- }
-}
-
-// @mixins
-//
// We use this to control border radius.
// $radius - Default: $global-radius || 4px
@mixin radius($radius:$global-radius) {
@if $radius {
border-radius: $radius;
@@ -325,10 +312,10 @@
// Meta styles are included in all builds, as they are a dependancy of the Javascript.
// Used to provide media query values for javascript components.
// Forward slash placed around everything to convince PhantomJS to read the value.
meta.foundation-version {
- font-family: "/5.2.3/";
+ font-family: "/5.3.1/";
}
meta.foundation-mq-small {
font-family: "/" + unquote($small-up) + "/";
width: lower-bound($small-range);