seed-dash

0.0.2 • Public • Published

seed-dash Build Status npm version Dependency Status

Config utility pack for Seed!

seed-dash uses Underscore/lodash-like methods such as _get, _set, and _extend to make it easier to adjust configuration variables (especifically lists and maps).

If you're looking for a much more complete Underscore/lodash-like experience for Sass, we highly recommend checking out Sass Dash instead!

Install

npm install seed-dash --save

Documentation

Check out our documentation of this pack.

Basic Usage

SCSS

This seed pack needs to be imported into your sass pipeline. Below is an example using Gulp:

var gulp = require('gulp');
var sass = require('gulp-sass');
var pack = require('seed-dash');
 
gulp.task('sass', function () {
  return gulp.src('./sass/**/*.scss')
    .pipe(sass({
      includePaths: pack
    }))
    .pipe(gulp.dest('./css'));
});

Once that is setup, simply @import seed-dash as needed in your .scss file:

// Packs
@import "pack/seed-dash/_index";

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    359
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    359
  • 0.0.1
    710

Package Sidebar

Install

npm i seed-dash

Weekly Downloads

1,069

Version

0.0.2

License

MIT

Last publish

Collaborators

  • itsjonq