tasks/svg-sprite-color.json

23 lines
335 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-color",
2018-08-31 15:19:00 +00:00
"prefix": ".icon-%s",
"sprite": "../img/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
}
}
}
}
}