ree StylesTurn familiar Tailwind CSS utility names into ordinary, maintainable CSS. Install ree Styles from the Visual Studio Marketplace Start typing a utility such as Inside a stylesheet rule, accepting a completion replaces the utility token
with its declarations. For example, Selecting a suggestion inserts the complete CSS rule. You can also place the cursor on a utility name and run ree Styles: Add Tailwind Utility to CSS. If the class already exists, ree Styles opens its definition instead of adding a duplicate. In regular HTML, accepting a utility completion inside ree Styles coexists with Tailwind CSS IntelliSense. It supports files associated
with the Settings
Project-wide utility maintenanceRun ree Styles: Remove All Unused Utilities to scan the current workspace folder for references across HTML, REE, JavaScript, TypeScript, JSX, TSX, Vue, Svelte, Astro, PHP, common template files, and stylesheets. The command only considers standalone rules recognized by ree Styles and shows a modal preview before removing anything. Run ree Styles: Add All Undefined Utilities to perform the inverse scan. Static class usages that are supported by ree Styles but missing from project CSS are previewed and then added together in one stylesheet update. The extension has no dependencies and does not install, import, bundle, or run Tailwind. A checked-in suggestion catalog records which Tailwind release its theme tokens came from. Teams with the highest security requirements that do not install extensions from the web can review and install the VSIX package directly. AppreciationOur sincere appreciation goes to the creator of Tailwind CSS, Adam Wathan, and the entire Tailwind team for the work that inspired this extension. Tailwind has become a de facto standard library for CSS, and ree Styles exists because we needed a way to use that familiar class vocabulary without a single dependency. That is why we adopted Tailwind's class names. They say "imitation is the sincerest form of flattery" for a reason. Kudos! Development
Refresh the generated suggestions after a Tailwind release:
The updater uses Bun's built-in Press F5 in VS Code to open an Extension Development Host. LicenseMIT. Copyright (c) 2026 Aleš Vaupotič. |