diff --git a/packages/tailwindcss-intellisense/README.md b/packages/tailwindcss-intellisense/README.md index e3b8c12..075e996 100644 --- a/packages/tailwindcss-intellisense/README.md +++ b/packages/tailwindcss-intellisense/README.md @@ -1,4 +1,4 @@ - + Tailwind CSS IntelliSense enhances the Tailwind development experience by providing Visual Studio Code users with advanced features such as autocomplete, syntax highlighting, and linting. @@ -14,19 +14,19 @@ In order for the extension to activate you must have [`tailwindcss` installed](h Intelligent suggestions for class names, as well as [CSS functions and directives](https://tailwindcss.com/docs/functions-and-directives/). - + ### Linting Highlights errors and potential bugs in both your CSS and your markup. - + ### Hover Preview See the complete CSS for a Tailwind class name by hovering over it. - + ### CSS Syntax Highlighting