jekyll-asset_bundler icon indicating copy to clipboard operation
jekyll-asset_bundler copied to clipboard

Support for SCSS?

Open heshiming opened this issue 10 years ago • 0 comments

Sassy CSS, or Sass, or SCSS (http://sass-lang.com/) is supported by jekyll. As documented in http://jekyllrb.com/docs/assets/ , once you put an SCSS file like /css/main.scss, when building jekyll automatically produces /css/main.css. The process is transparent.

Is it possible to include this SCSS file in the bundle? Of course there will be some complications like partials and imports.

heshiming avatar Jan 30 '15 13:01 heshiming