diff options
Diffstat (limited to 'src/app.css')
-rw-r--r-- | src/app.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app.css b/src/app.css new file mode 100644 index 0000000..cd67023 --- /dev/null +++ b/src/app.css @@ -0,0 +1,3 @@ +@import 'tailwindcss'; +@plugin '@tailwindcss/forms'; +@plugin '@tailwindcss/typography'; |