variables.scss 323 B

123456789101112
  1. /* just override what you need */
  2. @forward 'element-plus/theme-chalk/src/common/var.scss' with (
  3. $colors: (
  4. 'primary': (
  5. 'base': #7a6dff,
  6. ),
  7. )
  8. );
  9. // If you just import on demand, you can ignore the following content.
  10. // 如果你想导入所有样式:
  11. @use "element-plus/theme-chalk/src/index.scss" as *;