fix: update default app.css tailwind syntax to use @tailwind (#3149) (#3150)

This commit is contained in:
Tom Lawton
2023-09-27 15:22:49 +01:00
committed by GitHub
parent 3c366a8f3d
commit c6e9191686

View File

@@ -1,3 +1,3 @@
@import 'tailwindcss/base'; @tailwind base;
@import 'tailwindcss/components'; @tailwind components;
@import 'tailwindcss/utilities'; @tailwind utilities;