chore(svg): Fix post-processor removing some attribute from svg

This commit is contained in:
Tixie 2019-03-15 20:16:00 +01:00
parent 133fe2a75d
commit eac0d59cb8
2 changed files with 7 additions and 0 deletions

3
.htmlnanorc Normal file
View file

@ -0,0 +1,3 @@
{
"minifySvg": false
}

4
.posthtmlrc Normal file
View file

@ -0,0 +1,4 @@
{
"recognizeSelfClosing": true,
"lowerCaseAttributeNames": false
}