index.scss 158 B

123456789
  1. @forward 'element-plus/theme-chalk/src/common/var.scss' with (
  2. $colors: (
  3. 'primary': (
  4. 'base': green,
  5. ),
  6. ),
  7. );
  8. @import './messagebox.scss';