Skip to content
Snippets Groups Projects
Unverified Commit aab7a0e5 authored by Sébastien Gaya's avatar Sébastien Gaya Committed by GitHub
Browse files

Merge pull request #904 from noesya/fix/extranet-style

scss to css
parents e4648781 9f03204e
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,6 @@ module Communication::Extranet::WithStyle
protected
def generate_css
self.css = SassC::Sass2Scss.convert sass
self.css = SassC::Engine.new(sass, syntax: :sass, style: :compressed).render
end
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment