Family mixin pack for Seed
This mixin allows you to target/modify the direct parent of the current selector.
Install
npm install seed-family --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 pack = ; gulp;
Once that is setup, simply @import
seed-family as needed in your .scss
file:
// Packs ;
Thanks
- Shout outs to Alisdair for collaboration on the mixins as well as the naming of this pack!
❤️