// 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);