sass / node-sass

:rainbow: Node.js bindings to libsass

Home Page:https://npmjs.org/package/node-sass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile SASS into another directory

tru9 opened this issue · comments

I was wondering if It's possible if I can compile some folders in app/design and compile it to dist/design with the same name and everything.

For example:

-- src
   - app
     -design
       home.sass
       
 // compile to
 
 -- src
   - dist
      - design
         home.css