Skip to content

Instantly share code, notes, and snippets.

@sachithrrra
Created January 30, 2025 07:05
Show Gist options
  • Save sachithrrra/f05bfb4b5387fb4436bccfe71edc8649 to your computer and use it in GitHub Desktop.
Save sachithrrra/f05bfb4b5387fb4436bccfe71edc8649 to your computer and use it in GitHub Desktop.
remove all tailwind classes from project in vscode with regex
// 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