Closed
Description
Two thoughts:
-
<container-name>
kinda conflicts with<container-condition>
, asnot
can be a valid<container-name>
, how should@container not (width > 300px)
be parsed? There's an obvious answer, but probably that means thatnot
should not be a valid<container-name>
? -
Per spec
<container-name>
includesnone
and multiple<custom-idents>
, is@container foo bar (width > 300px)
expected to be valid? I don't see any test for multiple container names in the rule, so just checking whether that's intentional or not.