Skip to content

Commit

Permalink
style: add simple tailwind consume
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid committed Apr 21, 2023
1 parent 061d208 commit 5a8461b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/styles/tailwind.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/* purgecss start ignore */
@tailwind base;

@tailwind components;
/* purgecss end ignore */
@tailwind utilities;

/* purgecss start ignore */
html {
@apply antialiased;
}

0 comments on commit 5a8461b

Please sign in to comment.