Allow unknown non-{}-block at-rules#2783
Allow unknown non-{}-block at-rules#2783seven-phases-max merged 1 commit intoless:masterfrom seven-phases-max:fix-unknown-atrules
Conversation
Allow unknown non-{}-block at-rules
|
I don't think unknowns should necessarily bubble. They're unknown. Someone may want them in the output at that location. |
Mmm... Yes, I guess no decision is possible to meet them all. |
|
Nice change btw ;) |
Fixes #2770.
This does not fix #2639 (i.e. non-block directives do not bubble).
(I suppose enabling bubbling for all unknown at-rules by default would be fine, so I was thinking of doing this in this PR too. But since I don't quite understand the bubbling implementation itself and can't perform any deeper debugging I guess I'll leave this modification for someone else (after all it's a bit beyond #2770 scope anyway and more a subject of #2639)).