better under windows
This commit is contained in:
2
Procfile
2
Procfile
@ -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]
|
||||||
@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user