diff --git a/README.md b/README.md index c00373a836d07d55f5c05b70aa55074c064810e2..dc4449eb9e4cd62770a1e2eb828b57f1ae33fdd5 100644 --- a/README.md +++ b/README.md @@ -8,27 +8,23 @@ In order for the extension to activate you must have [`tailwindcss` installed](https://tailwindcss.com/docs/installation/#1-install-tailwind-via-npm) and a [Tailwind config file](https://tailwindcss.com/docs/installation/#3-create-your-tailwind-config-file-optional) named `tailwind.config.js` or `tailwind.js` in your workspace. ## Features -### Autocomplete +- **Autocomplete** + Intelligent suggestions for class names, [CSS directives](https://tailwindcss.com/docs/functions-and-directives/), and [`theme` helper](https://tailwindcss.com/docs/functions-and-directives/#theme). -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 +- **Linting** + Highlights errors and potential bugs in both your CSS and your markup. -See the complete CSS for a Tailwind class name by hovering over it. + - +- **Hover Preview** + 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. +- **CSS Syntax Highlighting** + Provides syntax definitions so that Tailwind features are highlighted correctly. ## Settings