docpad / docpad-plugin-sass

Adds support for the SASS and SCSS CSS pre-processors to DocPad. It also supports the Compass framework.
Other
13 stars 6 forks source link

SCSS and SASS Path #5

Closed lapa182 closed 11 years ago

lapa182 commented 11 years ago

How I define SCSS and SASS Path in the config file?

balupton commented 11 years ago

Inside your docpad config file add the following:

plugins:
    sass:
        sassPath: 'theValue'
        scssPath: 'theValue'
lapa182 commented 11 years ago

Thanks!