foundation-sites-extensions
v0.3.1
Published
Some extensions for Zurb Foundation for Sites that I think are reusable.
Downloads
148
Maintainers
Readme
Extensions for Foundation for Sites
These are some extensions for Foundation for Sites that I will likely need to use in future projects.
Demo and Examples
Basic use
Assuming you are building your Foundation theme from SCSS:
- Import Foundation
@import 'foundation-sites/scss/foundation';
- Import Foundation Extentions
@import 'foundation-sites-extensions/scss/foundation-extensions';
- Override any variables you would like to customize
$white: blue;
- Include the portions you would like in your theme
@include foundation-extensions-everything;
For a list of variables that can be set, see: scss/_defaults.scss