container-query
container-query copied to clipboard
Support "not" before queries
This would not work as expected right now:
@container (height > 100px) and (width > 100px), not (orientation: landscape)