diff options
Diffstat (limited to 'examples/with-tailwindcss/src/styles/global.css')
-rw-r--r-- | examples/with-tailwindcss/src/styles/global.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-tailwindcss/src/styles/global.css b/examples/with-tailwindcss/src/styles/global.css index a461c505f..d4b507858 100644 --- a/examples/with-tailwindcss/src/styles/global.css +++ b/examples/with-tailwindcss/src/styles/global.css @@ -1 +1 @@ -@import "tailwindcss";
\ No newline at end of file +@import 'tailwindcss'; |