1.0.0-alpha1 • Published 7 years ago

foundation-sites-extended v1.0.0-alpha1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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
);