I added '#app' to the config's 'important' property but it doesn't seem to generate _#app .p-4_ for example. It's also possible tw4 removed this feature entirely https://tailwindcss.com/docs/styling-with-utility-classes#using-the-important-modifier Do you have any insights on this? I'm sure ``` @import "tailwindcss" important; ``` Will work
I added '#app' to the config's 'important' property but it doesn't seem to generate #app .p-4 for example.
It's also possible tw4 removed this feature entirely
https://tailwindcss.com/docs/styling-with-utility-classes#using-the-important-modifier
Do you have any insights on this?
I'm sure
Will work