seed-bootstrap-fade
Bootstrap fade animation pack for Seed!
Install
npm install seed-bootstrap-fade --save
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 pack = ; gulp;
Once that is setup, simply @import
seed-bootstrap-fade as needed in your .scss
file:
// Packs ;