ryboe / CSS3

The most complete CSS support for Sublime Text
MIT License
189 stars 28 forks source link

Add syntax definitions for container at rule #191

Closed vrugtehagel closed 1 year ago

vrugtehagel commented 1 year ago

Related issue: https://github.com/ryboe/CSS3/issues/184

Adds support for @container.

Container queries are a tiny bit different from @media in syntax, since container queries allow an identifier (the container name) and not media-specific keyword (such as screen or print).

vrugtehagel commented 1 year ago

Whoops, didn't notice the conflicts! Resolved now 😄