Client-side support for CSS custom properties (aka "CSS variables") in legacy and modern browsers
A ponyfill that provides client-side support for CSS custom properties (aka "CSS variables") in legacy and modern browsers.
@importCSS
url()paths to absolute URLs
var()functions
var()function fallback values
Limitations
:rootand
:hostrulesets
var()is limited to property values (per W3C specification)
Browser Support
| IE | Edge | Chrome | Firefox | Safari | | ---- | ---- | ------ | ------- | ------ | | 9+ | 12+ | 19+ | 6+ | 6+ |
This project is licensed under the MIT License. See the MIT LICENSE for details.
Copyright (c) John Hildenbiddle (@jhildenbiddle)