tasks/svg-sprite-bw.json

23 lines
333 B
JSON
Raw Normal View History

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