css-variables-polyfill icon indicating copy to clipboard operation
css-variables-polyfill copied to clipboard

@import doesn't work

Open aaronbarker opened this issue 7 years ago • 0 comments

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.

aaronbarker avatar Mar 06 '18 17:03 aaronbarker