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

Allow integration with plugins

parkr opened this issue · comments

There should be some way to integrate Sass with its plugins. This is helpful when users create custom helpers or something and want to be able to use them. Should only be enabled when safe is false.

Related: It would be great to provide Compass integration.

Isn't compass a replacement for sass, not an extension of it? Meaning you use Compass (rather than strictly the sass ruby) to compile your styles

Meaning you use Compass (rather than strictly the sass ruby) to compile your styles

Oh, perhaps you're right.

If we can find a way to use Compass as a Sass plugin (i.e. Only use its styles), then I'd be down.