css-ie-vars-support
v1.0.6
Published
Client-side css variables support for IE
Downloads
234
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.js
file from project'snode_modules/css-ie-vars-support/dist
directory.on html
<head>
, add:
<script src="<path>/css-ie-vars-support.min.js"></script>
- run
cssVarsPoly.init()
after the css inclusion.