sebnitu / vrembem

A CSS component library based on the BEM methodology.

Home Page:https://vrembem.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audit the core JS modules

sebnitu opened this issue · comments

Problem

We have a few JS modules and some of them are either not used or could be easily replaced with native JS APIs. Should audit all the JS core modules. If it turns out the class helpers are still useful, should rename them to be better sorted in the directory:

classAdd <= addClass
classRemove <= removeClass
classToggle <= toggleClass
classHas <= hasClass

caseHyphen <= hyphenCase
caseCamel <= camelCase

This issue has been addressed in #866