Platoniq / decidim-module-alternative_landing

Better content blocks for Decidim's homepage and process groups landing page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module CSS are not loaded in Webpacker

webchroma opened this issue · comments

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

Did you run this command? bundle exec rails decidim_alternative_landing:webpacker:install