styles.css 151 B

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