gulp-obj-sass-inline
gulp plugin for converting Object to scss/sass variable String with gulp-sass (gulp-ruby-sass).
Install
$ npm install gulp-obj-sass-inline
Usage
var objSassInline = gulp = sass = ; gulp; // below variables will be inserted before the example.scss.// so you can use the variables in the example.scss.//// $key: value;// $obj-key: 0;// $array-0: 1;// $array-1: 2;// $array-2: 3;//
options
same options with obj-sass
.
see obj-sass.