CDN is good place where polyfills can be.
You can add package.json to add npm support. Other developers can import your polyfill to page through browserify.
As you can see caniuse statistics - CSS Variables is supported only by modern browsers. So please add IE browsers support.
CDN is good place where polyfills can be.
You can add
package.jsonto add npm support. Other developers can import your polyfill to page through browserify.As you can see caniuse statistics - CSS Variables is supported only by modern browsers. So please add IE browsers support.