tasks/svg-sprite-color.json

23 lines
340 B
JSON
Raw Normal View History

2018-08-31 15:19:00 +00:00
{
"shape": {
"dimension": {
"attributes": false
},
"transform": []
},
"mode": {
"css": {
"bust": false,
"common": "sprt-color",
"prefix": ".sprt-%s",
"sprite": "../img/sprt-color.svg",
2018-08-31 15:19:00 +00:00
"render": {
"scss": {
"template": "svg-sprite-color.tmpl",
"dest": "src/sprites-color.scss"
2018-08-31 15:19:00 +00:00
}
}
}
}
}