From 0e1e54a5d846deee60156df8551e37947e413a07 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Tue, 23 Jun 2020 10:25:56 +0100 Subject: [PATCH] readme wip --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b4e1f9c..7190c4c 100644 --- a/README.md +++ b/README.md @@ -8,22 +8,22 @@ In order for the extension to activate you must have [`tailwindcss` installed](h ## Features -- **Autocomplete** +- **Autocomplete** Intelligent suggestions for class names, [CSS directives](https://tailwindcss.com/docs/functions-and-directives/), and the [`theme` helper](https://tailwindcss.com/docs/functions-and-directives/#theme) -- **Hover Preview** +- **Hover Preview** See the complete CSS for a Tailwind class name by hovering over it -- **Linting** +- **Linting** Highlights errors and potential bugs in your HTML and CSS files -- **CSS Syntax Highlighting** +- **CSS Syntax Highlighting** Provides syntax definitions so that use of Tailwind features doesn’t mess up your syntax highlighting ## Troubleshooting @@ -74,7 +74,7 @@ Unknown value used with the [`@tailwind` directive](https://tailwindcss.com/docs #### `tailwindCSS.lint.invalidApply` -Unsupported use of the [`@apply` directive](https://tailwindcss.com/docs/functions-and-directives/#apply). For example class names which contain pseudo selectors cannot currently be used with `@apply`. **Default: `error`** +Unsupported use of the [`@apply` directive](https://tailwindcss.com/docs/functions-and-directives/#apply). **Default: `error`** #### `tailwindCSS.lint.invalidConfigPath`