Skip to content

Commit b633b6e

Browse files
docs: update readme file
1 parent dcf234b commit b633b6e

File tree

7 files changed

+26
-2
lines changed

7 files changed

+26
-2
lines changed

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,37 @@ CSS Variable Hover is a Visual Studio Code extension that provides hover informa
88

99
## Features
1010

11+
- Supports CSS, SCSS, JavaScript, TypeScript, React, Vue, and HTML files
1112
- Hover over CSS variables to see their values and source files.
13+
14+
<p align="center">
15+
<img src="images/readme_img1.gif" alt="readme_img">
16+
</p>
17+
1218
- Hover over Tailwind CSS custom classes to see the corresponding CSS variable values.
19+
20+
<p align="center">
21+
<img src="images/readme_img2.gif" alt="readme_img">
22+
</p>
23+
1324
- Support multiple variables definitions
1425
- Supports variables defined in media queries
15-
- Automatically watches CSS, SCSS, and Tailwind configuration files for changes.
26+
27+
<p align="center">
28+
<img src="images/readme_img4.gif" alt="readme_img">
29+
</p>
30+
31+
- Automatically watches CSS, SCSS, and Tailwind configuration files for changes with option to refresh variables manually.
32+
33+
<p align="center">
34+
<img src="images/readme_img5.png" alt="readme_img">
35+
</p>
36+
1637
- Allows adding additional files to watch for CSS variables.
17-
- Supports CSS, SCSS, JavaScript, TypeScript, React, Vue, and HTML files
38+
39+
<p align="center">
40+
<img src="images/readme_img6.png" alt="readme_img">
41+
</p>
1842

1943
## Extension Settings
2044

images/readme_img1.gif

254 KB
Loading

images/readme_img2.gif

81.5 KB
Loading

images/readme_img3.gif

82.7 KB
Loading

images/readme_img4.gif

150 KB
Loading

images/readme_img5.png

2.78 KB
Loading

images/readme_img6.png

18.8 KB
Loading

0 commit comments

Comments
 (0)