The most advanced responsive front-end framework in the world. Quickly create prototypes and production code for sites that work on any kind of device.
JavaScript HTML CSS
Switch branches/tags
Latest commit 24eae3f May 30, 2017 @kball kball committed on GitHub Merge pull request #9348 from zurb/accordion-submenu-toggle
[WIP] Add submenuToggle option to accordion menu
Permalink
Failed to load latest commit information.
.github Added that dreaded colon Apr 5, 2017
_vendor fixed dropdown mixin issue Apr 22, 2017
assets Add foundation-rtl CSS file for testing Feb 24, 2016
customizer Work around module name mismatch with offcanvas in customizer and re-… Apr 19, 2017
dist Revert back dist changes as shouldn't be added! May 19, 2017
docs Merge pull request #9348 from zurb/accordion-submenu-toggle May 30, 2017
gulp Remove cssnano and replace with clean-css. This fixes lack of IE9 fri… May 20, 2017
js Disable toggling via enter/space if submenuToggle is active. May 28, 2017
scss Merge branch 'develop' of https://github.com/zurb/foundation-sites in… May 28, 2017
test Merge branch 'develop' into accordion-submenu-toggle May 24, 2017
.babelrc Remove Babel module transform plugins that aren't being used Feb 23, 2016
.bowerrc Add modules false to babelrc Apr 20, 2017
.editorconfig do not trim trailing whitespace on markdown files Feb 5, 2015
.eslintrc eslint radix, error Mar 1, 2017
.gitignore [TMP] Fix Sass dependencies import for Bower Dec 7, 2016
.npmignore Add yarn.lock Dec 6, 2016
.sass-lint.yml Sass lint: use "stroustrup" as brace style convention Nov 15, 2016
.travis.yml Node 4 installs bombing out, try updating to 6 for travis Apr 4, 2017
.versions meteor version update Dec 15, 2016
CONTRIBUTING.md Grammar correcting within CONTRIBUTING.md Jan 29, 2017
LICENSE updates to 2017 Jan 3, 2017
README.md Update README.md Apr 13, 2017
bower.json Package up 6.3.1 release Feb 28, 2017
browserstack.json Add browserstack api access Apr 4, 2017
code-of-conduct.md Add code of conduct Mar 16, 2016
composer.json Remove version specification on composer.json as per issue #9144 Sep 30, 2016
docslink.sh Add shell script to download and link foundation-docs repo Dec 15, 2015
gulpfile.js Update docs vid for new scrollable video May 3, 2017
meteor-README.md Package up 6.3.1 release Feb 28, 2017
package.js Package up 6.3.1 release Feb 28, 2017
package.json Remove cssnano and replace with clean-css. This fixes lack of IE9 fri… May 20, 2017
sache.json updates package manager files... again Nov 19, 2015
webpack.config.js Address issues from code review Apr 25, 2017
yarn.lock Remove cssnano and replace with clean-css. This fixes lack of IE9 fri… May 20, 2017

README.md

Foundation for Sites

Build Status npm version Bower version Gem Version dependencies Status devDependencies Status Gitter

Foundation is the most advanced responsive front-end framework in the world. Quickly go from prototype to production, building sites or apps that work on any kind of device with Foundation. Includes a fully customizable, responsive grid, a large library of Sass mixins, commonly used JavaScript plugins, and full accessibility support.

Getting Started

The quickest way to get started is with the basic CSS download. You can get versions with every component, essential ones only, or a custom build.

If you're a Sass user, we have two starter project templates, the Basic Template and the ZURB Template. You can install them by manually downloading them from GitHub, or using the Foundation CLI.

Lastly, if you're rolling your own setup, you can install Foundation through a variety of package managers.

Documentation

The documentation can be found at https://foundation.zurb.com/sites/docs. To run the documentation locally on your machine, you need Node.js installed on your computer. (Your Node.js version must be 4.0 or higher.)

Run these commands to set up the documentation:

git clone https://github.com/zurb/foundation-sites
cd foundation-sites
npm install

Then run npm start to compile the documentation. When it finishes, a new browser window will open pointing to a BrowserSync server displaying the documentation.

Testing

Foundation has three kinds of tests: JavaScript, Sass, and visual regression. Refer to our testing guide for more details.

These commands will run the various tests:

  • npm run test:sass
  • npm run test:javascript:phantomjs
  • npm run test:visual

Testing Supported By
BrowserStack

Contributing

Check out our contributing guide to learn how you can contribute to Foundation. You can also browse the Help Wanted tag in our issue tracker to find things to do.

Copyright (c) 2017 ZURB, inc.