stylelint-checkstyle-export

1.0.0 • Public • Published

stylelint-checkstyle-exporter

Usage

var checkstyle = require('stylelint-checkstyle-exporter');
 
gulp.task('checkstyle'function () {
    var plugins = [
        cssimport,
        cssmixins,
        stylelint,
        checkstyle
    ];
    return gulp.src(CSS_SOURCES)
        .pipe(postcss(plugins));
});

/stylelint-checkstyle-export/

    Package Sidebar

    Install

    npm i stylelint-checkstyle-export

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • hacksch