Skip to content

Commit f2902e7

Browse files
committed
docs(readme): update README
1 parent bfeebe5 commit f2902e7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,19 @@
1010
1111
**[🔗 Codesandbox demo](https://codesandbox.io/s/css-to-tailwindcss-demo-yr1ser)**
1212

13-
**[🔗 VS Code Extension](https://github.com/Jackardios/vscode-css-to-tailwindcss)**
13+
**[🔗 VS Code Extension already available 🎉](https://github.com/Jackardios/vscode-css-to-tailwindcss)**
1414

1515
![VSCode demo](.github/demo.gif)
1616

17+
## Features:
18+
19+
- supports all (or almost all) the features currently available in TailwindCSS
20+
- the ability to set your own TailwindCSS configuration
21+
- colors are matched regardless of the format used
22+
- rem is converted to px (it is possible to configure the rem size)
23+
- non-convertible CSS declarations are simply skipped
24+
- [ambiguities](https://tailwindcss.com/docs/adding-custom-styles#resolving-ambiguities) when using css variables are resolved automatically
25+
1726
## Install
1827

1928
```bash

0 commit comments

Comments
 (0)