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
You can now create new Comb instance and configure it at the same time.
To use one of predefined configs, pass its name:
var comb = new Comb('zen'); // or `csscomb`, or `yandex`
To use custom config, pass its object:
var comb = new Comb({ 'always-semicolon': true });
0 commit comments