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 has been archived by the owner on Jun 27, 2024. It is now read-only.
I think it would be helpful to have an option to specify a prefix for all Tailwind classes. This would allow users to better organize their styles and avoid conflicts with other CSS libraries that may use the same class names.
For example, if I specify a prefix of "tw-" for Tailwind classes, then instead of using the class .text-blue-500 I could use .tw-text-blue-500.
I understand that this may require some changes to the existing codebase, but I believe it would be a valuable addition for Tailwind users.
Please let me know your thoughts on this suggestion.
Thank you for considering this request.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think it would be helpful to have an option to specify a prefix for all Tailwind classes. This would allow users to better organize their styles and avoid conflicts with other CSS libraries that may use the same class names.
For example, if I specify a prefix of "tw-" for Tailwind classes, then instead of using the class .text-blue-500 I could use .tw-text-blue-500.
I understand that this may require some changes to the existing codebase, but I believe it would be a valuable addition for Tailwind users.
Please let me know your thoughts on this suggestion.
Thank you for considering this request.
The text was updated successfully, but these errors were encountered: