Skip to content

Commit

Permalink
fix: update default app.css tailwind syntax to use @tailwind (#3149) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
talss89 authored Sep 27, 2023
1 parent 3c366a8 commit c6e9191
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/styles/app.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
@tailwind base;
@tailwind components;
@tailwind utilities;

0 comments on commit c6e9191

Please sign in to comment.