Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simon-he95/unocss-to-css

unocss-to-css
https://github.com/simon-he95/unocss-to-css

unocss vscode-extension

Last synced: 4 months ago
JSON representation

unocss-to-css

Awesome Lists containing this project

README

        


to unocss


English | 简体中文

The vscode extension converts [unocss](https://github.com/unocss/unocss) to css.It's powered by @unocss/core.

![demo](/assets/demo.gif)

## Config
```
// Custom configuration highlighting style
// settings.json
"unocss-to-css":{
"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)