UNPKG

classlist-polyfill

Version:

Cross-browser JavaScript shim that fully implements element.classList (referenced on MDN)

25 lines (24 loc) 499 B
{ "name": "classlist-polyfill", "description": "MDN's ClassList Polyfill", "main": "src/index.js", "authors": [ "Eli Grey <me@eligrey.com>", "Yola Engineering <engineers@yola.com> (https://www.yola.com/)" ], "license": "Unlicense", "keywords": [ "classList", "polyfill", "shim", "cross-browser" ], "homepage": "https://github.com/yola/classlist-polyfill", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ] }