Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
readme wip
Brad Cornes <bradlc41@gmail.com>
4 years ago
1 changed files, 4 additions(+), 4 deletions(-)
M README.md -> README.md
diff --git a/README.md b/README.md
index 839b718dc14b5039abe8416027f3c0a3ec73057e..2bd73d6ccc1aa34d972a9f2c56a4fdff4b1dd1ad 100644
--- a/README.md
+++ b/README.md
@@ -6,16 +6,16 @@ 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 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?