to-unocss
Version:
Vscode extension transform css to unocss
34 lines (26 loc) • 660 B
Markdown
<p align="center">
<img height="200" src="./assets/kv.png" alt="to unocss">
</p>
<p align="center"> English | <a href="./README_zh.md">简体中文</a></p>

## Config
```
// Custom configuration highlighting style
// settings.json
"to-unocss":{
"dark": {
"textDecoration": "underline",
"backgroundColor": "rgba(144, 238, 144, 0.5)",
"color": "black",
},
"light":{
"textDecoration": "underline",
"backgroundColor": "rgba(255, 165, 0, 0.5)",
"color": "#ffffff",
}
}
```
## :coffee:
[buy me a cup of coffee](https://github.com/Simon-He95/sponsor)
## License
[MIT](./license)