Jason Smith
Results
2
comments of
Jason Smith
Try this instead ``` def convert return Sass::Engine.new(@content, load_paths: ['.','_assets'], syntax: :scss).render end ```
Yeah that's a good point. Keeping the structure awareness out does makes it seem leaner though. Adding `_assets` to the load_paths by default is probably going to cover most people,...