update readme image paths

master
Brad Cornes 2018-08-21 14:02:16 +01:00
parent 9ab6ef8b5f
commit b7063a1685
2 changed files with 4 additions and 4 deletions

View File

@ -4,14 +4,14 @@
## 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:
<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
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">

View File

@ -2,7 +2,7 @@
"name": "vscode-tailwindcss",
"displayName": "Tailwind CSS IntelliSense",
"description": "Tailwind CSS class name completion",
"version": "0.1.0",
"version": "0.1.1",
"publisher": "bradlc",
"engines": {
"vscode": "^1.20.0"