From 097460a53e96bf03392fe895d137b131eab73346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Fri, 23 Nov 2018 21:28:04 +0100 Subject: Use SVG api to provide black-white icons --- svg-sprite-color.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 svg-sprite-color.json (limited to 'svg-sprite-color.json') diff --git a/svg-sprite-color.json b/svg-sprite-color.json new file mode 100644 index 00000000..ad6f0948 --- /dev/null +++ b/svg-sprite-color.json @@ -0,0 +1,22 @@ +{ + "shape": { + "dimension": { + "attributes": false + }, + "transform": [] + }, + "mode": { + "css": { + "bust": false, + "common": "icon-color", + "prefix": ".icon-%s", + "sprite": "../img/color.svg", + "render": { + "scss": { + "template": "svg-sprite-color.tmpl", + "dest": "src/sprites-color.scss" + } + } + } + } +} -- cgit v1.2.3