Skip to content

v0.10.1

tagged this 02 Jan 17:54
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
```
Assets 2
Loading