tasks/svg-sprite-bw.json
2019-01-25 20:37:59 +01:00

22 lines
323 B
JSON

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