You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(functionality): get rid of BemNaming class
Why?
* To create namespace with BemNaming class there was necessity to copy methods (with bind).
* Initialization of user options was not obvious.
What was done?
* Add `createNaming`, `init` and `buildRegex` and function.
* Add `origin` preset to initialize options with default values.
0 commit comments