gulp-obj-sass-file
gulp plugin for converting Object to scss/sass variable String and output file.
Install
$ npm install gulp-obj-sass-file
Usage
var objSassFile = gulp = sass = ; gulp;
options
almost same options with obj-sass
.
but output
added.
see obj-sass.
output
Type: Object
Default: {}
used for File
of gulp-util
options
output.cwd
Type: String
Default: process.cwd()
the current working directory.
output.base
Type: String
Default: output.cwd
used for relative pathing. typically where a glob starts.
output.path
Type: String
Default: undefined
full path to the file.