According this discussion, refinery-theming plugin is required while using Compass in refinery CMS. But refinery-theming’s page said it’s no longer command to use it. Is there anyway to use Compass in refinery without theming plugin? Thanks a lot.
According this discussion , refinery-theming plugin is required while using Compass in refinery CMS.
Share
I am using Compass in a Refinery site by doing the following:
1) Add Compass dependencies to your Gemfile:
2) Run bundle install
3) Initialise the app for compass
4) Override the Refinery shared/_head.html.erb partial:
5) Add following stylesheet link tags to shared/_head.html.erb:
6) Personally I remove all other stylesheet_link_tag’s from shared/_head.html.erb
7) Your styles should now be added to app/stylesheets/screen.scss and included partials