Skip to content

Simon-He95/unocss-to-css

Repository files navigation

to unocss

English | 简体中文

The vscode extension converts unocss to css.It's powered by @unocss/core.

demo

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",
    }
  }

buy me a cup of coffee

License

MIT