From 9c29a54e9ad1bfd2618392cd27b654a7eb0f9fb0 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Tue, 23 Jun 2020 19:34:08 +0100 Subject: [PATCH] update readme --- .github/{banner.png => intellisense-banner.png} | Bin README.md | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename .github/{banner.png => intellisense-banner.png} (100%) diff --git a/.github/banner.png b/.github/intellisense-banner.png similarity index 100% rename from .github/banner.png rename to .github/intellisense-banner.png diff --git a/README.md b/README.md index da341e6..77c9128 100644 --- a/README.md +++ b/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