3 TailwindCSS VSCode extension makes your life easier

3 TailwindCSS VSCode extensions that make your life easier

1. Tailwind CSS IntelliSense

Download

Autocomplete:

Image for post

Image for post

Intelligent suggestions for class names, as well as CSS functions and directives

Linting

Image for post

Image for post

Highlights errors and potential bugs in both your CSS and your markup.

Hover Preview

Image for post

Image for post

See the complete CSS for a Tailwind class name by hovering over it.

CSS Syntax Highlighting

Provides syntax definitions so that Tailwind features are highlighted correctly.

2. Headwind

Download

An opinionated Tailwind CSS class sorter for Visual Studio Code. It enforces consistent ordering of classes by parsing your code and reprinting class tags to follow a given order.

Image for post

Image for post

Enforces consistent ordering of classes by parsing your code and reprinting class tags to follow a given order.

3. Tailwind CSS Shades

Download

Tailwind CSS color palette generator.

Image for post

Image for post

Generate Tailwind CSS color palette from an initial color.