_config.scss 140 B

1234567
  1. /**
  2. * SCSS 配置项:命名空间以及BEM
  3. */
  4. $namespace: 'wd';
  5. $elementSeparator: '__';
  6. $modifierSeparator: '--';
  7. $state-prefix: 'is-';