Sha256: 1ed883bb1d9b94df606fa15df50170b76dc065e64dd8a866b52b6fad23a03bbf
Contents?: true
Size: 404 Bytes
Versions: 4
Compression:
Stored size: 404 Bytes
Contents
// 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);
Version data entries
4 entries across 4 versions & 1 rubygems