/**
 * SCSS 配置项：命名空间以及BEM
 */
$namespace: 'wd';
$elementSeparator: '__';
$modifierSeparator: '--';
$state-prefix: 'is-';