tasks/svg-sprite.json

23 lines
319 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",
"prefix": ".icon-%s",
"sprite": "../img/sprites.svg",
"render": {
"scss": {
"template": "svg-sprite.tmpl",
"dest": "src/sprites.scss"
}
}
}
}
}