removeClass

removeClass(node, strOrArray) splits a string by whitespace via tokenList (or uses the array directly), then calls classList.remove(...tokens). No-ops on empty input. The inverse is addClass. Part of pota/use/dom.