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
the styles of the module are not getting loaded in Webpacker and instead get loaded directly in the page but after the main webpacker css file, therefore overwriting the app own styling.
Is it due to this register stylesheet comand missing in the assets.rb?
Hi,
the styles of the module are not getting loaded in Webpacker and instead get loaded directly in the page but after the main webpacker css file, therefore overwriting the app own styling.
Is it due to this register stylesheet comand missing in the assets.rb?
Decidim::Webpacker.register_stylesheet_import("stylesheets/decidim/your_component/your_component")
thanks piero
The text was updated successfully, but these errors were encountered: