1.0.6 • Published 4 years ago

css-ie-vars-support v1.0.6

Weekly downloads
54
License
ISC
Repository
github
Last release
4 years ago

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

  1. copy the css-ie-vars-support.min.js file from project's node_modules/css-ie-vars-support/dist directory.

  2. on html <head>, add:

<script src="<path>/css-ie-vars-support.min.js"></script>
  1. run cssVarsPoly.init() after the css inclusion.
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago