-
Notifications
You must be signed in to change notification settings - Fork 517
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
Add CSS import at-rule #2299
Add CSS import at-rule #2299
Conversation
Thanks @NiedziolkaMichal. Usually we're expecting the reader to be able to click through a few options and see the result, but I'm not sure we're adding anything to the article with this. Do you think |
I think you are right. What if I would add media query or |
We could do, if we're doing something with conditionals, supports or layers it might be interesting. Is there anything that's in the examples section that would be better demonstrated by user interaction? I'm not sure 🤔 |
This pull request has merge conflicts that must be resolved before it can be merged. |
There are some good options we can include from the examples like: @import url("whatever.css") supports(font-tech(color-COLRv1));
@import "theme.css" layer(utilities); |
I'm going to close this one for now with this in mind unless there's something I'm missing that's really useful with interactivity in mind. Thank you :) |
This is interactive example for @import.