seed-centralize

0.0.4 • Public • Published

seed-centralize Build Status npm version dependencies Status

Centralize utility pack for Seed!

This pack utilizes flexbox to magically vertically/horizontally align things.

Install

npm install seed-centralize --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-centralize');
 
gulp.task('sass', function () {
  return gulp.src('./sass/**/*.scss')
    .pipe(sass({
      includePaths: pack
    }))
    .pipe(gulp.dest('./css'));
});

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

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

Options

The following variables can be found in _config.scss

$seed-centralize-namespace: "u-centralize" !default;

Package Sidebar

Install

npm i seed-centralize

Weekly Downloads

143

Version

0.0.4

License

MIT

Last publish

Collaborators

  • itsjonq