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
Move CSS from static file to Python module (#58)
* Move CSS from static file to Python module
This gives a tiny performance improvement, but more importantly
simplifies some code. The downside is no editor support when
editing the CSS.
* Update changelog