0.0.2 • Published 7 years ago

sasshimi v0.0.2

Weekly downloads
4
License
-
Repository
github
Last release
7 years ago

sasshimi

create(options); return stream

create(input); return stream create(input , options); return stream create(input, output); return promise create(input, output, options) return promise; create(input, output, options, callback) return promise;

input => - string 'stdin' 'data' 'filename' 'data' & 'stdin' must defined cwd path option if you want import 'filename' the pwd is extracted from dirname - readableStream

output => - string 'stdout' 'filename' - writableStream - Callback function

sasshimi --input test/assets/imports.scss --path test/fixtures/node_modules --output stdout