README
CSS IE vars support
Client-side css variables support for IE
*this code is a replicate of the answer from https://stackoverflow.com/a/47097746
Usage
copy the
css-ie-vars-support.min.jsfile from project'snode_modules/css-ie-vars-support/distdirectory.on html
<head>, add:
<script src="<path>/css-ie-vars-support.min.js"></script>
- run
cssVarsPoly.init()after the css inclusion.