From 59b93251ada13a312e8a862a8fcdb5918bf50f7a Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Tue, 23 Oct 2018 12:56:36 +0100 Subject: [PATCH] add anchor links to readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 57f11bc..f766281 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ **[Get it from the VS Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)** +HTML autocompletion + ## Features 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 ### HTML (including Vue, JSX, PHP etc.) -- Class name suggestions, including support for Emmet syntax +- [Class name suggestions, including support for Emmet syntax](#class-name-suggestions-including-support-for-emmet-syntax) - Suggestions include color previews where applicable, for example for text and background colors - They also include a preview of the actual CSS for that class name -- CSS preview when hovering over class names +- [CSS preview when hovering over class names](#css-preview-when-hovering-over-class-names) ### CSS -- Suggestions when using `@apply` and `config()` +- [Suggestions when using `@apply` and `config()`](#suggestions-when-using-apply-and-config) - Suggestions when using the `@screen` directive -- Improves syntax highlighting when using `@apply` and `config()` +- [Improves syntax highlighting when using `@apply` and `config()`](#improves-syntax-highlighting-when-using-apply-and-config) ## Examples