uniapp + vue3 + scss 定义全局样式变量,并使用

42 阅读1分钟

大家好,我的开源项目PakePlus可以将网页/Vue/React项目打包为桌面/手机应用并且小于5M只需几分钟,官网地址:pakeplus.com

定义一个uni.scss变量,然后在App.vue中引入:

在别的组件中使用:直接使用

最好重启项目,不然可能会报错提示说没有这个变量

报错提示没有变量,就重新启动项目,然后就可以了:

[plugin:vite:css] Undefined variable.
    ╷
241 │                             color: $red-hado;
    │                                    ^^^^^^^^^
    ╵
  src/pages/home/index.vue 241:36  root stylesheet
at pages/home/index.vue:1:0
  Error: Undefined variable.
      ╷
  241 │                             color: $red-hado;
      │                                    ^^^^^^^^^
      ╵
    src/pages/home/index.vue 241:36  root stylesheet