From 99febcd4c096452b2469c1f320a9ca5d7cbfca03 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Mon, 23 Nov 2020 10:58:30 +0000 Subject: [PATCH] fix readme image references --- packages/tailwindcss-intellisense/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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