gulp-spcolor-stylus

1.0.1 • Public • Published

gulp-spcolor-stylus

Converts SharePoint .spcolor files to .styl variables

Usage

First, install gulp-spcolor-stylus as a development dependency:

npm install --save-dev gulp-spcolor-stylus

Then, add it to your gulpfile.js:

var gulp_spcolor_stylus = require('gulp-spcolor-stylus');

gulp.task('gulp_spcolor_stylus', function(){
  gulp.src(['resource.resx'])
    .pipe(gulp_spcolor_stylus())
    .pipe(gulp.dest('file.styl'));
});

/gulp-spcolor-stylus/

    Package Sidebar

    Install

    npm i gulp-spcolor-stylus

    Weekly Downloads

    8

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • olemp