diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100755 index a2b82b979856b95e03f8119faa155d66ff349f3e..0000000000000000000000000000000000000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,21 +0,0 @@ -# Changelog - -## 0.1.16 - -- add support for [EEx templates](https://hexdocs.pm/phoenix/templates.html), via [vscode-elixir](https://marketplace.visualstudio.com/items?itemName=mjmcloug.vscode-elixir) – thanks [@dhc02](https://github.com/dhc02) - -## 0.1.15 - -- add support for [leaf](https://github.com/vapor/leaf) files (#16) - -## 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 deleted file mode 100755 index f766281b17269168b2bfc6fd931b1652b0f3e241..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,50 +0,0 @@ -# Tailwind CSS IntelliSense - -> [Tailwind CSS](https://tailwindcss.com/) class name completion for VS Code - -**[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. - -It also includes features that improve the overall Tailwind experience, including improved syntax highlighting, and CSS previews. - -### HTML (including Vue, JSX, PHP etc.) - -- [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 - -- [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) - -## Examples - -#### Class name suggestions, including support for Emmet syntax - -HTML autocompletion - -#### CSS preview when hovering over class names - -HTML hover preview - -#### Suggestions when using `@apply` and `config()` - -CSS autocompletion - -#### Improves syntax highlighting when using `@apply` and `config()` - -Before: - -CSS syntax highlighting before - -After: - -CSS syntax highlighting after diff --git a/img/css-highlighting-after.png b/img/css-highlighting-after.png deleted file mode 100755 index 86a12fb8596e001e2c68d171733cb7950d66335c..0000000000000000000000000000000000000000 Binary files a/img/css-highlighting-after.png and /dev/null differ diff --git a/img/css-highlighting-before.png b/img/css-highlighting-before.png deleted file mode 100755 index 2eeffdc19d7293136e52f9426eb66456d0c1abb4..0000000000000000000000000000000000000000 Binary files a/img/css-highlighting-before.png and /dev/null differ diff --git a/img/css.gif b/img/css.gif deleted file mode 100755 index e81904e7863349207daf4e368aae489a2f9374d8..0000000000000000000000000000000000000000 Binary files a/img/css.gif and /dev/null differ diff --git a/img/html-hover.gif b/img/html-hover.gif deleted file mode 100755 index 94540b86a062f0274f9ae1d3d755898f749fed43..0000000000000000000000000000000000000000 Binary files a/img/html-hover.gif and /dev/null differ diff --git a/img/html.gif b/img/html.gif deleted file mode 100755 index 8ffc7ffa9962333d28c60136b1f7ad50edf09883..0000000000000000000000000000000000000000 Binary files a/img/html.gif and /dev/null differ diff --git a/img/sublime/css.gif b/img/sublime/css.gif deleted file mode 100755 index dae1b9540c30f25402047e45c2087b4f3156cbb1..0000000000000000000000000000000000000000 Binary files a/img/sublime/css.gif and /dev/null differ diff --git a/img/sublime/html.gif b/img/sublime/html.gif deleted file mode 100755 index 45d11b3ac4ec9422ee144a54028d275807abebe5..0000000000000000000000000000000000000000 Binary files a/img/sublime/html.gif and /dev/null differ