readme wip

master
Brad Cornes 2020-06-22 20:51:16 +01:00
parent a59d9bdeb2
commit 0801c9d373
1 changed files with 6 additions and 6 deletions

View File

@ -9,21 +9,21 @@ In order for the extension to activate you must have [`tailwindcss` installed](h
- **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) 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)
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/autocomplete.png" alt="" />
- **Hover Preview** - **Hover Preview**
See the complete CSS for a Tailwind class name by hovering over it See the complete CSS for a Tailwind class name by hovering over it
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/hover.png" alt="" />
- **Linting** - **Linting**
Highlights errors and potential bugs in your HTML and CSS files Highlights errors and potential bugs in your HTML and CSS files
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/linting.png" alt="" />
- **CSS Syntax Highlighting** - **CSS Syntax Highlighting**
Provides syntax definitions so that use of Tailwind features doesnt mess up your syntax highlighting Provides syntax definitions so that use of Tailwind features doesnt mess up your syntax highlighting
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/autocomplete.png" alt="" />
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/hover.png" alt="" />
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/linting.png" alt="" />
## Screenshots/Examples? ## Screenshots/Examples?
## Troubleshooting ## Troubleshooting