[][src]Module alchemy_styles::stylesheet

Implements a StyleSheet, which contains inner logic for determining what styles should be applied to a given widget.

You can think of this as a compiled form of your CSS. You generally don't need to create these structs yourself, but feel free to if you have some creative use.

Structs

StyleSheet

A StyleSheet contains selectors and parsed Styles attributes. It also has some logic to apply styles for n keys to a given Style node.