English | 简体中文
The vscode extension converts unocss to css.It's powered by @unocss/core.
// 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",
}
}