Skip to content

Commit 59b9325

Browse files
author
Brad Cornes
committed
add anchor links to readme
1 parent 5e43fad commit 59b9325

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
55
**[Get it from the VS Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)**
66

7+
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/html.gif" alt="HTML autocompletion" width="750">
8+
79
## Features
810

911
Tailwind CSS IntelliSense uses your projects Tailwind installation and configuration to provide suggestions as you type.
@@ -12,16 +14,16 @@ It also includes features that improve the overall Tailwind experience, includin
1214

1315
### HTML (including Vue, JSX, PHP etc.)
1416

15-
- Class name suggestions, including support for Emmet syntax
17+
- [Class name suggestions, including support for Emmet syntax](#class-name-suggestions-including-support-for-emmet-syntax)
1618
- Suggestions include color previews where applicable, for example for text and background colors
1719
- They also include a preview of the actual CSS for that class name
18-
- CSS preview when hovering over class names
20+
- [CSS preview when hovering over class names](#css-preview-when-hovering-over-class-names)
1921

2022
### CSS
2123

22-
- Suggestions when using `@apply` and `config()`
24+
- [Suggestions when using `@apply` and `config()`](#suggestions-when-using-apply-and-config)
2325
- Suggestions when using the `@screen` directive
24-
- Improves syntax highlighting when using `@apply` and `config()`
26+
- [Improves syntax highlighting when using `@apply` and `config()`](#improves-syntax-highlighting-when-using-apply-and-config)
2527

2628
## Examples
2729

0 commit comments

Comments
 (0)