You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: