seed-floats
Floats utility pack for Seed!
Install
npm install seed-floats --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 = ;var sass = ;var seedFloats = ; gulp;
Once that is setup, simply @import
seed-floats as needed in your .scss
file:
// Packs ;
Note: Because seed-floats has dependencies, it's includePaths output will be an array
. If you're including other paths in addition to seed-floats, you will need to flatten the array. An easy way to do this is to use sass-pathfinder.
Example with sass-pathfinder:
var gulp = ;var sass = ;var seedFloats = ;var pathfinder = ; gulp;
Options
The following variables can be found in _config.scss
;;