BobaBoard / issues

BobaBoard issue tracking
2 stars 0 forks source link

Look at our usage of CSS variables in the frontend and components repos #119

Open essential-randomness opened 1 year ago

essential-randomness commented 1 year ago

We currently have a big "theme" configuration file that is a big typescript object, and that we use directly in components by importing the values. We could consider using CSS variables instead, also to make it easier to modify these values for people building themes.