Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2018-11-23 23:28:04 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2019-01-25 22:37:59 +0300
commit097460a53e96bf03392fe895d137b131eab73346 (patch)
tree12fe41b14fdf2119f9a670e63397bc0db773afaf /svg-sprite-color.json
parentb26383b69fb8f8a9556c5be0646475d3677b2df4 (diff)
Use SVG api to provide black-white icons
Diffstat (limited to 'svg-sprite-color.json')
-rw-r--r--svg-sprite-color.json22
1 files changed, 22 insertions, 0 deletions
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"
+ }
+ }
+ }
+ }
+}