v0.10.1
Refactor system scopes like `hover` to work like regular scopes, so instead of writing: ``` Vertical backgroundColor red backgroundColorHover blue ``` you'd write: ``` Vertical backgroundColor red when hover backgroundColor blue ```
Refactor system scopes like `hover` to work like regular scopes, so instead of writing: ``` Vertical backgroundColor red backgroundColorHover blue ``` you'd write: ``` Vertical backgroundColor red when hover backgroundColor blue ```