Skip to content

Commit

Permalink
Merge pull request #12030 from alexanderson1993/v7-template-css-config
Browse files Browse the repository at this point in the history
Use Tailwind v4's CSS-based config
  • Loading branch information
brookslybrand authored Sep 24, 2024
2 parents f89e18c + f5d3d6e commit ba4be6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- alany411
- alberto
- alexandernanberg
- alexanderson1993
- alexlbr
- AmRo045
- amsal
Expand Down
4 changes: 4 additions & 0 deletions templates/basic/app/app.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
@import "tailwindcss";

@theme {
--font-family-sans: 'Inter', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html,
body {
@apply bg-white dark:bg-gray-950;
Expand Down
22 changes: 0 additions & 22 deletions templates/basic/tailwind.config.ts

This file was deleted.

0 comments on commit ba4be6b

Please sign in to comment.