0.6.1 • Published 10 months ago

@necrobits/vite-plugin-semi-theme v0.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@necrobits/vite-plugin-semi-theme

This is a fork from https://github.com/boenfu/vite-plugin-semi-theme, which contains urgent bug fixes

// vite.config.js
import { defineConfig } from "vite";
import semi from "vite-plugin-semi-theme";

export default defineConfig({
  plugins: [
    semi({
      theme: "@semi-bot/semi-theme-yours",
      // options: {
      // ... 👆
      //},
    }),
  ],
});
0.6.1

10 months ago

0.6.0

10 months ago

0.3.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago