Skip to content

Commit d341f94

Browse files
authored
Merge pull request #257 from ruby/fix-syntax-highlighting-css
watch-css でシンタックスハイライト CSS が消える問題を修正
2 parents eb55c4d + 325e13a commit d341f94

3 files changed

Lines changed: 547 additions & 132 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "Ruby Language Website Renewal with Tailwind CSS",
55
"scripts": {
6-
"build-css": "tailwindcss -i ./stylesheets/tailwind.css -o ./stylesheets/compiled.css && cat ./stylesheets/components/syntax-highlighting.css >> ./stylesheets/compiled.css",
6+
"build-css": "tailwindcss -i ./stylesheets/tailwind.css -o ./stylesheets/compiled.css",
77
"watch-css": "tailwindcss -i ./stylesheets/tailwind.css -o ./stylesheets/compiled.css --watch"
88
},
99
"devDependencies": {

0 commit comments

Comments
 (0)