I’m migrating from jekyll to middleman and I’m looking for a way to use sass or scss inline.
Here is the post: https://github.com/adamwong246/adamwong246.github.io/blob/master-edit/_posts/2013-12-26-4th_freewall_experiment.slim
I can render css just fine but at line 8, middle man croaks.
Option :scss is not supported by Slim::Embedded::SassEngine
Any ideas on how to fix this?