Guide_3DS/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-settings.scss
2018-11-18 19:16:55 -05:00

14 lines
407 B
SCSS

// SVG Settings
// ============
// Susy SVG Defaults
// =================
/// This plugin adds the `svg-grid-colors` property
/// and default value to `$_susy-defaults` —
/// you can override that value in `$susy`
/// or any other grid settings map.
/// @group plugin_svg-grid
$_susy-defaults: map-merge((
'svg-grid-colors': hsla(120, 50%, 50%, 0.5) hsla(120, 50%, 75%, 0.5),
), $_susy-defaults);