Sha256: 66efbb71250778d60cf9ba5d5e742d58d2192682fe5cc007c652e155b948fe56
Contents?: true
Size: 587 Bytes
Versions: 55
Compression:
Stored size: 587 Bytes
Contents
@charset "UTF-8"; /// Throws Sass warnings to announce backend deprecations. You can disable them /// by setting the `$output-solidus-deprecation-warnings` variable to `false`. /// /// @access private $output-solidus-deprecation-warnings: true !default; @mixin solidus-deprecated-variable($variable, $replacement) { @if $output-solidus-deprecation-warnings == true { @if global-variable-exists($variable) { @warn "[Solidus] [Deprecation] `$#{$variable}` is deprecated and will be " + "removed in 3.0.0. Please use Bootstraps $#{$replacement} instead"; } } }
Version data entries
55 entries across 55 versions & 2 rubygems