summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-08-11 23:55:30 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-08-12 05:26:56 -0600
commit32a8df78b8d75ee383e61612ad52479b70a1d517 (patch)
tree2f892ad5b173a4de6ad3c4caff98086f8eeaae26 /src
parent344fdfb0164bc3d57c8db28d345c287b732c2c55 (diff)
use stylesheet build to manage CodeRay stylesheet
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"