File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## HTML
6
6
7
- <img src =" https://github. com/bradlc/vscode-tailwindcss/blob /master/src/img/html.gif " alt =" HTML autocompletion " width =" 750 " >
7
+ <img src =" https://raw.githubusercontent. com/bradlc/vscode-tailwindcss/master/src/img/html.gif " alt =" HTML autocompletion " width =" 750 " >
8
8
9
9
Hover over a class name to preview the CSS:
10
10
11
- <img src =" https://github. com/bradlc/vscode-tailwindcss/blob /master/src/img/html-hover.gif " alt =" HTML hover preview " width =" 750 " >
11
+ <img src =" https://raw.githubusercontent. com/bradlc/vscode-tailwindcss/master/src/img/html-hover.gif " alt =" HTML hover preview " width =" 750 " >
12
12
13
13
## CSS
14
14
15
15
In CSS files you get autocompletions when using ` @apply ` and the ` config() ` helper.
16
16
17
- <img src =" https://github. com/bradlc/vscode-tailwindcss/blob /master/src/img/css.gif " alt =" CSS autocompletion " width =" 750 " >
17
+ <img src =" https://raw.githubusercontent. com/bradlc/vscode-tailwindcss/master/src/img/css.gif " alt =" CSS autocompletion " width =" 750 " >
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-tailwindcss" ,
3
3
"displayName" : " Tailwind CSS IntelliSense" ,
4
4
"description" : " Tailwind CSS class name completion" ,
5
- "version" : " 0.1.0 " ,
5
+ "version" : " 0.1.1 " ,
6
6
"publisher" : " bradlc" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.20.0"
You can’t perform that action at this time.
0 commit comments