jekyll / jekyll-sass-converter

A Sass converter for Jekyll.

Home Page:http://rubygems.org/gems/jekyll-sass-converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sass Sourcemaps

bsubedi26 opened this issue · comments

Is there a way to output the sass source map to make it easier to debug during development?

Can we add a source_map flag or another style type?

sass:
  sass_dir: _sass
  style: source_map OR source_map: true