summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stylesheets/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stylesheets/package.json b/src/stylesheets/package.json
index 79bc44c9..b9679a6e 100644
--- a/src/stylesheets/package.json
+++ b/src/stylesheets/package.json
@@ -11,8 +11,8 @@
"stylelint-config-standard": "~22.0"
},
"scripts": {
- "build": "postcss asciidoctor.css -o ../../data/stylesheets/asciidoctor-default.css",
- "lint": "stylelint asciidoctor.css"
+ "build": "postcss asciidoctor.css -o ../../data/stylesheets/asciidoctor-default.css && postcss coderay-asciidoctor.css -o ../../data/stylesheets/coderay-asciidoctor.css",
+ "lint": "stylelint *.css"
},
"browserslist": [
"defaults"