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
{{ message }}
This repository was archived by the owner on Jan 21, 2024. It is now read-only.
There's currently a kind of chicken-egg problem as to when to load custom theme css rules.
If it loads before the style.css then the style.css clobbers its variables
It seems to work fine if you load it after style.css with npm run dev but then when running with npm run start, it's as if style.css loaded last
Further R&D required. Possible solution: do ./public/theme.css and have an @import rule in style.css load the theme. (I tried this but coudln't get it working, tho it was late and I was logging off)