update readme image paths
parent
9ab6ef8b5f
commit
b7063a1685
|
@ -4,14 +4,14 @@
|
||||||
|
|
||||||
## HTML
|
## HTML
|
||||||
|
|
||||||
<img src="https://github.com/bradlc/vscode-tailwindcss/blob/master/src/img/html.gif" alt="HTML autocompletion" width="750">
|
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/src/img/html.gif" alt="HTML autocompletion" width="750">
|
||||||
|
|
||||||
Hover over a class name to preview the CSS:
|
Hover over a class name to preview the CSS:
|
||||||
|
|
||||||
<img src="https://github.com/bradlc/vscode-tailwindcss/blob/master/src/img/html-hover.gif" alt="HTML hover preview" width="750">
|
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/src/img/html-hover.gif" alt="HTML hover preview" width="750">
|
||||||
|
|
||||||
## CSS
|
## CSS
|
||||||
|
|
||||||
In CSS files you get autocompletions when using `@apply` and the `config()` helper.
|
In CSS files you get autocompletions when using `@apply` and the `config()` helper.
|
||||||
|
|
||||||
<img src="https://github.com/bradlc/vscode-tailwindcss/blob/master/src/img/css.gif" alt="CSS autocompletion" width="750">
|
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/src/img/css.gif" alt="CSS autocompletion" width="750">
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "vscode-tailwindcss",
|
"name": "vscode-tailwindcss",
|
||||||
"displayName": "Tailwind CSS IntelliSense",
|
"displayName": "Tailwind CSS IntelliSense",
|
||||||
"description": "Tailwind CSS class name completion",
|
"description": "Tailwind CSS class name completion",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"publisher": "bradlc",
|
"publisher": "bradlc",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.20.0"
|
"vscode": "^1.20.0"
|
||||||
|
|
Loading…
Reference in New Issue