You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is technically a breaking change but trivial
to resolve in configs: No more special implicit treatment
of "theme" to resolve a "style".
Just use regular variables like
```
style:
primary_text_colour: {{ theme.off_black }}
secondary_text_colour: {{ theme.off_white }}
theme:
off_black: "#2d2a2b"
off_white: "#f5f5f5"
```
0 commit comments