From cf6e7414cb314d2cabc83a3dd131c4ed05cf1923 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Mon, 22 Jun 2020 17:55:57 +0100 Subject: [PATCH] readme wip --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 839b718..2bd73d6 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,16 @@ 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 ## Screenshots/Examples?