wildyeast / sadiss

A socially aggregated distributed sound system.
GNU Affero General Public License v3.0
10 stars 2 forks source link

App: Unify tailwind config and ionic variables (or get rid of one or the other) #59

Open matbind opened 1 year ago

matbind commented 1 year ago

Right now the same app colors are defined in two places: tailwind.config.js and ionic.css. Additionally there is variables.css, a file generated by ionic, which we exclusively use for styling the select modal. All of this is not ideal. Colors should only be defined in one place and the whole of variables.css just is too much for just styling the modal. Maybe we should use the ionic intended way and get rid of tailwind (which doesn't sound fun) or, as the title of this issue states, unify the two.