Fix auto-prefixer

This commit is contained in:
Emruz Hossain 2020-08-21 22:29:06 +06:00
parent 2e1b01a609
commit 85971e6057
9 changed files with 9 additions and 11 deletions

View file

@ -4,7 +4,7 @@
"description": "A [Hugo](https://gohugo.io/) theme for a personal portfolio with minimalist design and responsiveness.",
"main": "index.js",
"scripts": {
"autoprefixer": "postcss static/assets/css/**.css --use autoprefixer -r"
"autoprefixer": "postcss static/assets/css/*/*.css --use autoprefixer -r --no-map"
},
"repository": {
"type": "git",