Created
January 30, 2025 07:05
-
-
Save sachithrrra/f05bfb4b5387fb4436bccfe71edc8649 to your computer and use it in GitHub Desktop.
remove all tailwind classes from project in vscode with regex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// removes all rounded classes | |
(^\s*|\s+)rounded(-[a-z]+)? | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment