feat: inline SVGs using postcss-inline-svg

This commit is contained in:
Jonas Kuske 2019-06-06 23:46:18 +02:00
parent 64e7377caa
commit 436a4211eb
5 changed files with 78 additions and 12 deletions

View file

@ -38,9 +38,10 @@
"gulp-sourcemaps": "^2.6.5",
"postcss-color-mod-function": "^3.0.3",
"postcss-css-variables": "^0.12.0",
"postcss-import": "^12.0.1"
"postcss-import": "^12.0.1",
"postcss-inline-svg": "^3.1.1"
},
"browserslist": [
"defaults AND not android 4.4.3"
]
}
}