chassis-detailer

1.5.2 • Public • Published

chassis-detailer

A UI component plugin system for the Chassis Core Layout System.

Installation

npm install chassis-detailer --save-dev

Usage within a gulp/grunt process:

gulp.task('sasscompile', function () {
  return gulp.src([DIR.SASS])
    .pipe(
      sass({
        includePaths: require('chassis-detailer').includePaths
      })
    ).on('error', sass.logError)
    .pipe(gulp.dest(DEST + '/stylesheets'))
})

/chassis-detailer/

    Package Sidebar

    Install

    npm i chassis-detailer

    Weekly Downloads

    9

    Version

    1.5.2

    License

    BSD-3-Clause

    Last publish

    Collaborators

    • cbutler
    • nodengn