foundation-sites-extended
v1.0.0-alpha1
Published
An extended library of helper classes and opinionated component extensions for the Foundation for Sites framework
Downloads
4
Readme
Foundation for Sites Extended
An extended library of helper classes and opinionated component extensions for the Foundation for Sites framework.
Settings
To customize the settings, you can add the following variables to your _settings.scss
file:
// 37. Foundation Extended
// -----------
$spacing-breakpoint-classes: true;
$spacing-sizes: (
none: 0,
half: .5,
one: 1,
three: 3,
five: 5
);
$line-height-sizes: (
one: 1,
one-half: 1.5,
two: 2
);