Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Simon-He95/tounocss

Repository files navigation

to unocss

English | 简体中文

demo1

demo2

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

Feature

if your project package.json hasn't unocss dependency, the extension will not be activated

buy me a cup of coffee

License

MIT