montagejs / montage

Montage is an elegant, open source HTML5 framework maintained by Montage Studio that rivals native SDKs, yet is easier to learn. It offers modular components, two-way data binding, and much more. Join us on irc.freenode.net#montage. Sign up for our beta to build Montage applications in the cloud.
http://montagestudio.com/montagejs
Other
1.5k stars 215 forks source link

Add CSS custom properties client-side support for older browsers #2025

Open marchant opened 4 years ago

marchant commented 4 years ago

Integrating something like css-vars-ponyfill @ https://jhildenbiddle.github.io/css-vars-ponyfill/#/?id=variables at the component level.

marchant commented 4 years ago

However, css-vars-ponyfill Custom property declaration support is limited to :root and :host rulesets, so we might need to take a stronger ownership, trying to reuse as much as possible.