Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@import doesn't work #1

Open
aaronbarker opened this issue Mar 6, 2018 · 0 comments
Open

@import doesn't work #1

aaronbarker opened this issue Mar 6, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@aaronbarker
Copy link
Owner

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 aaronbarker added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Mar 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant