Fix auto-prefixer
This commit is contained in:
parent
2e1b01a609
commit
85971e6057
9 changed files with 9 additions and 11 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue