0.0.0 • Published 8 months ago

@handsomewolf/scss-tools v0.0.0

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

实验性版,不推荐使用!

若使用的是vite请在vite.confit.ts中加入以下配置,使所有页面都可以使用全局的sass变量函数以及mixin

import { defineConfig } from "vite";

export default defineConfig({
  css: {
    preprocessorOptions: {
      scss: {
        additionalData: `@import "@/static/styles/index.scss";`,
      },
    },
  },
});
0.0.0

8 months ago