Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
update readme and add changelog
Brad Cornes <bradlc41@gmail.com>
6 years ago
2 changed files, 38 additions(+), 3 deletions(-)
I CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..96306ff2b9f6758989fb51e6155c435b72fef783
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,13 @@
+# Changelog
+
+## 0.1.10
+
+- add syntax definitions for `@apply` and `config()`:
+
+  **Before:**
+
+  <img src="https://user-images.githubusercontent.com/2615508/44740655-ed02ee80-aaf2-11e8-8d3e-1075e0801fd7.png" alt="Syntax highlighting before update" width="345" />
+
+  **After:**
+
+  <img src="https://user-images.githubusercontent.com/2615508/44740606-cba20280-aaf2-11e8-92b8-42adbfe54c61.png" alt="Syntax highlighting after update" width="345" />
M README.md -> README.md
diff --git a/README.md b/README.md
index 9421b63473e1d258f6ccefde0ed94a0002e145ae..c30bc26f4d11b3b878c1e8b1d467228cee14ad85 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,42 @@
 # 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)**
+
+# Tailwind CSS IntelliSense
 > Tailwind CSS class name completion for VS Code
 
+# Tailwind CSS IntelliSense
 **[Get it from the VS Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)**
 
+# Tailwind CSS IntelliSense
 ## HTML
-
+# Tailwind CSS IntelliSense
 <img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/src/img/html.gif" alt="HTML autocompletion" width="750">
 
+# Tailwind CSS IntelliSense
 Hover over a class name to preview the CSS:
 
+# Tailwind CSS IntelliSense
 <img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/src/img/html-hover.gif" alt="HTML hover preview" width="750">
-
+# Tailwind CSS IntelliSense
 ## CSS
 
+
 # Tailwind CSS IntelliSense
 
-# Tailwind CSS IntelliSense
+## GIFs
+
+### HTML
+
+<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/html.gif" alt="HTML autocompletion" width="750">
+
+Hover over a class name to preview the CSS:
+
+<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/html-hover.gif" alt="HTML hover preview" width="750">
+
 # Tailwind CSS IntelliSense
+Hover over a class name to preview the CSS:
+
+<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/css.gif" alt="CSS autocompletion" width="750">
I img/css.gif
diff --git a/img/css.gif b/img/css.gif
new file mode 100644
index 0000000000000000000000000000000000000000..e81904e7863349207daf4e368aae489a2f9374d8
Binary files /dev/null and b/img/css.gif differ
D src/img/css.gif
diff --git a/src/img/css.gif b/src/img/css.gif
deleted file mode 100644
index 7e288570a3403e267c9547f921f3cc518d1ba7b4..0000000000000000000000000000000000000000
Binary files a/src/img/css.gif and /dev/null differ
M src/img/html-hover.gif -> img/html-hover.gif
diff --git a/src/img/html-hover.gif b/img/html-hover.gif
rename from src/img/html-hover.gif
rename to img/html-hover.gif
M src/img/html.gif -> img/html.gif
diff --git a/src/img/html.gif b/img/html.gif
rename from src/img/html.gif
rename to img/html.gif