The Solidus Admin installer mutates the host apps TW config, in order to allow changing the theme and to extend the admin with own TW based components.
The issue is that we overwrite the default theme with values from the Solidus Admin, by using presets and reusing the default TW color names and font sizes, etc. We either should prefix all our values with solidus- or just don't do that.
The Solidus Admin installer mutates the host apps TW config, in order to allow changing the theme and to extend the admin with own TW based components.
The issue is that we overwrite the default theme with values from the Solidus Admin, by using presets and reusing the default TW color names and font sizes, etc. We either should prefix all our values with
solidus-or just don't do that.solidus/admin/lib/solidus_admin/install_tailwindcss.rb
Line 24 in 65572c8