better under windows

This commit is contained in:
Karl-Heinz Wild
2025-12-03 19:02:18 +01:00
parent ea6541752c
commit 40df42bfd9
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
web: bundle exec rails server -p 3000 web: bundle exec rails server -p 3000
css: bundle exec rails tailwindcss:watch css: bundle exec rails tailwindcss:watch[debug,poll]

View File

@ -1,4 +1,5 @@
@import "tailwindcss"; @import "tailwindcss";
@plugin "@tailwindcss/typography";
h1 { @apply font-bold text-2xl; } h1 { @apply font-bold text-2xl; }
h2 { @apply font-bold text-xl; } h2 { @apply font-bold text-xl; }