File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments