Open mirages opened 3 years ago
Hi, there is a restriction that you won't be able to use the single -
or _
characters as separators as they are used for kebab-case and snake_case classnames. If you instead use a double __
or --
then the extension will work as expected
when I set "bemHelper.modifierSeparator" to "_", autofix and generateStylesheet can't work properly. Is there any restrictions?