VS Code extension to quickly convert CSS or inline styles to Tailwind CSS utility classes. Boost productivity by transforming styles to Tailwind in one click.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
if your project not found tailwind.config.ts or tailwind.config.js, the extension will not be activated.
How to support CSS in the design draft directly through the shortcut key Mac? Use after copying cmd+alt+x / ctrl+alt+x is automatically converted to TailwindCSS, and will be automatically processed into in-line TailwindCSS format or class form according to your location.