Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>@apply tailwindNew to Visual Studio Code? Get it now.
@apply tailwind

@apply tailwind

MinNam

|
823 installs
| (0) | Free
Transforms a single line of class names into multiple lines of SCSS @apply directives.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

@apply tailwind

Press ctrl + f10 to refactor

p-2 px-0 flex items-center space-x-2

to

@apply p-2;
@apply px-0;
@apply flex;
@apply items-center;
@apply space-x-2;
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft