// $--colors: (
//   'primary': (
//     'base': #40a18e
//   ),
//   'success': (
//     'base': #21ba45
//   ),
//   'warning': (
//     'base': #f2711c
//   ),
//   'danger': (
//     'base': #f56c6c
//   ),
//   'error': (
//     'base': #db2828
//   ),
//   'info': (
//     'base': #909399
//   )
// );
// You should use them in scss, because we calculate it by sass.
// comment next lines to use default color
// @forward 'element-plus/theme-chalk/src/common/var.scss' with (
//     // do not use same name, it will override.
//     $colors: $--colors,
//     // $button-padding-horizontal: ('default': 50px),
//   );

// if you want to import all
// @use 'element-plus/theme-chalk/src/index.scss' as *;

// You can comment it to hide debug info.
// @debug $--colors;
