css-variables-polyfill
css-variables-polyfill copied to clipboard
@import doesn't work
Found this identified here https://gist.github.com/stramel/91d05253f801f771da38b3bc7d3c765f#gistcomment-2258818
The suggestion of using document.styleSheets will take some work to implement, if it is even practical. Parsing the full document vs parsing individual statements may make change the order of how things run, be less performant (single regex of file vs loop through each declaration), etc. Need to ponder on and investigate more.