Skip to content
This repository has been archived by the owner on Nov 25, 2018. It is now read-only.

The plugin system for the Chassis layout engine (chassis-sass).

License

Notifications You must be signed in to change notification settings

ngn-chassis/archive-detailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'))
})

About

The plugin system for the Chassis layout engine (chassis-sass).

Resources

License

Stars

Watchers

Forks

Packages

No packages published