Skip to content

Commit

Permalink
fixed css path
Browse files Browse the repository at this point in the history
  • Loading branch information
malte-j committed Aug 15, 2020
1 parent 23af524 commit 8ba16b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/argo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"scripts": {
"watch": "node-sass scss/main-style.scss -o ./css --source-map true --output-style expanded --indent-type tab --indent-width 1 -w",
"compile:css": "node-sass scss/main-style.scss -o ./css/main-style.css --output-style compressed",
"compile:css": "node-sass scss/main-style.scss -o ./css/ --output-style compressed",
"compile:rtl": "rtlcss style.css style-rtl.css",
"lint:scss": "wp-scripts lint-style 'sass/**/*.scss'",
"lint:js": "wp-scripts lint-js 'js/*.js'",
Expand Down

0 comments on commit 8ba16b8

Please sign in to comment.