Skip to content
Snippets Groups Projects
Unverified Commit 9f03204e authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

scss to css

parent e4648781
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,6 @@ module Communication::Extranet::WithStyle ...@@ -8,6 +8,6 @@ module Communication::Extranet::WithStyle
protected protected
def generate_css def generate_css
self.css = SassC::Sass2Scss.convert sass self.css = SassC::Engine.new(sass, syntax: :sass, style: :compressed).render
end end
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