-
Notifications
You must be signed in to change notification settings - Fork 150
feat: add the :global {} rule support #161
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
Conversation
As recently mentioned in the discussion of the RFC, maybe going with |
I'm not sure why the build is failing. Can't reproduce the issue on Manjaro with the same Node version that is used in the CI. Besides, I didn't even edit the Less files. Any ideas? |
Hey @illright 👋 First of all thanks for your pull request! I'll give it a look later today or tomorrow to see what's happening with the tests 😁 |
Done! Release in |
This implements the proposal discussed in Svelte RFCs: sveltejs/rfcs#22 (comment)
This would allow for fine control of what parts of the stylesheet should be made global.
Tests
npm test
oryarn test