jekyll-asset_bundler
jekyll-asset_bundler copied to clipboard
Support for SCSS?
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.