Open
Description
In v3 config you could use selector strategy for important:
https://v3.tailwindcss.com/docs/configuration#selector-strategy
module.exports = {
important: '#app',
}
How do you do this in v4?
Also, v4 docs show how to do prefix options and important in new config:
@import "tailwindcss" important;
@import "tailwindcss" prefix(tw);
But how do you do this if you are customizing the import? Where does it go?
@layer theme, base, components, utilities;
@import "tailwindcss/theme.css" layer(theme);
@import "tailwindcss/utilities.css" layer(utilities);
Metadata
Metadata
Assignees
Labels
No labels