CSS Rules
Everything a stylesheet can carry besides declarations: the at-rules that decide when a block of rules applies, and the syntax that decides how rules are written and how they rank against each other.
@mediaapplies a block when the screen, the player or the device matches@containerapplies a block when an ancestor’s size or style matches@supportsapplies a block only where ReactUnity has the property or value it names@layerorders groups of rules independently of how specific their selectors are@scopelimits a block to one subtree- Nesting puts a rule inside another instead of repeating its selector
@propertyregisters a custom property, sovar()reading it has a value everywhere