Skip to content

Commit

Permalink
Merge pull request #16 from ichiro-ss/feature-useTailwind
Browse files Browse the repository at this point in the history
tailwind layer base
  • Loading branch information
ichiro-ss authored May 5, 2024
2 parents bb6f3dd + f964963 commit 2361622
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
@layer base {
h1 {
@apply text-2xl;
}
h2 {
@apply text-xl;
}
h3 {
@apply text-lg;
}
}

0 comments on commit 2361622

Please sign in to comment.