You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
Hey! Thank you for your suggestion!
Much appreciated! 🙏
For your first question, yep we will make sure that you get notified of this using errors/warnings.
For your second question, while it is a nice idea, it could degrade performance (haven't measured it yet). Because you would have to check the contents of each existing rule and each rule you are applying.
We are also generating on demand, which means that we don't even know when certain rules that have been used yet (if we knew, then we would be back in AOT land). So long story short, if you used w-full in one spot and use w-[100%] in another, we could detect it, otherwise it is a bit more challenging.
Is there any way I can be warned if I have 2 functionally identical calls,
Eg:
sm:hover:disabled:bg-red-500
&sm:disabled:hover:bg-red-500
The text was updated successfully, but these errors were encountered: