index.css 184 B

123456789
  1. @charset "UTF-8";
  2. /* 只需要重写你需要的即可 */
  3. @forward 'element-plus/theme-chalk/src/common/var.scss' with (
  4. $colors: (
  5. 'primary': (
  6. 'base': green
  7. )
  8. )
  9. );