Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmruz Hossain <emruz@appscode.com>2020-08-21 19:29:06 +0300
committerEmruz Hossain <emruz@appscode.com>2020-08-21 19:29:06 +0300
commit85971e6057c31f962b89078423ee2d4959185e2e (patch)
treea1c6319f645f1154f8511d64a21a9696ad244621 /package.json
parent2e1b01a609de320a5c3e4aba02010d004258e4c9 (diff)
Fix auto-prefixer
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index d6767b9..08f7e8e 100644
--- a/package.json
+++ b/package.json
@@ -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",