diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 96306ff2b9f6758989fb51e6155c435b72fef783..0000000000000000000000000000000000000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,13 +0,0 @@ -# Changelog - -## 0.1.10 - -- add syntax definitions for `@apply` and `config()`: - - **Before:** - - Syntax highlighting before update - - **After:** - - Syntax highlighting after update diff --git a/README.md b/README.md index c30bc26f4d11b3b878c1e8b1d467228cee14ad85..9421b63473e1d258f6ccefde0ed94a0002e145ae 100644 --- a/README.md +++ b/README.md @@ -1,35 +1,25 @@ # Tailwind CSS IntelliSense -> [Tailwind CSS](https://tailwindcss.com/) class name completion for VS Code +> Tailwind CSS class name completion for VS Code **[Get it from the VS Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)** -## Features -### Markup +# Tailwind CSS IntelliSense -- class name suggestions, including support for Emmet -- CSS preview when hovering over class names -### CSS -- class name suggestions when using `@apply` -- suggestions when using the `config` helper -# Tailwind CSS IntelliSense # Tailwind CSS IntelliSense -> [Tailwind CSS](https://tailwindcss.com/) class name completion for VS Code +- class name suggestions, including support for Emmet -## GIFs -### HTML +> [Tailwind CSS](https://tailwindcss.com/) class name completion for VS Code -HTML autocompletion -Hover over a class name to preview the CSS: +**[Get it from the VS Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)** -HTML hover preview -### CSS +## Features -CSS autocompletion +CSS autocompletion diff --git a/img/css.gif b/img/css.gif deleted file mode 100644 index e81904e7863349207daf4e368aae489a2f9374d8..0000000000000000000000000000000000000000 Binary files a/img/css.gif and /dev/null differ diff --git a/img/html-hover.gif b/src/img/html-hover.gif rename from img/html-hover.gif rename to src/img/html-hover.gif diff --git a/img/html.gif b/src/img/html.gif rename from img/html.gif rename to src/img/html.gif diff --git a/src/img/css.gif b/src/img/css.gif new file mode 100644 index 0000000000000000000000000000000000000000..7e288570a3403e267c9547f921f3cc518d1ba7b4 Binary files /dev/null and b/src/img/css.gif differ