We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb55c4d + 325e13a commit d341f94Copy full SHA for d341f94
3 files changed
package.json
@@ -3,7 +3,7 @@
3
"version": "1.0.0",
4
"description": "Ruby Language Website Renewal with Tailwind CSS",
5
"scripts": {
6
- "build-css": "tailwindcss -i ./stylesheets/tailwind.css -o ./stylesheets/compiled.css && cat ./stylesheets/components/syntax-highlighting.css >> ./stylesheets/compiled.css",
+ "build-css": "tailwindcss -i ./stylesheets/tailwind.css -o ./stylesheets/compiled.css",
7
"watch-css": "tailwindcss -i ./stylesheets/tailwind.css -o ./stylesheets/compiled.css --watch"
8
},
9
"devDependencies": {
0 commit comments