-
-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
feature-requestNew feature or requestNew feature or request
Description
Would be great if it would default to tailwindcss v4.
pnpm add tailwindcss@4
pnpm add -D @tailwindcss/postcssthen update postcss.config.js with the following.
export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}update app/base.css with the following:
@import "tailwindcss";
.test {
background-color: red;
}yet-another-tim
Metadata
Metadata
Assignees
Labels
feature-requestNew feature or requestNew feature or request