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
Latest commit 030fd6c Feb 10, 2017 @brettsmason brettsmason committed on GitHub Merge pull request #9762 from IngoVals/patch-1
Minor bug fix in the card-container mixin
Permalink
Failed to load latest commit information.
.github Update GitHub pull request template for the new git workflow Jan 17, 2017
_vendor [TMP] Fix Sass dependencies import for Bower Dec 7, 2016
assets Add foundation-rtl CSS file for testing Feb 24, 2016
customizer Fix customizer config for responsive accordion tabs Dec 22, 2016
dist Added Abide defaults Jan 5, 2017
docs Merge branch 'master' into develop Feb 6, 2017
gulp Fix what-input in customizer Dec 15, 2016
js Merge pull request #9707 from zurb/offcanvas-scrolling-is-9696 Feb 3, 2017
scss Minor bug fix in the card-container mixin Feb 9, 2017
test adds test for hollow button dropdown Feb 7, 2017
.babelrc Remove Babel module transform plugins that aren't being used Feb 23, 2016
.bowerrc Remove vendor folder accidentally created by Bower Feb 2, 2016
.editorconfig do not trim trailing whitespace on markdown files Feb 5, 2015
.eslintrc Update dependency gulp-eslint Dec 7, 2016
.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 Disable Travis email notifications Dec 6, 2016
.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 Add browserstack reference to readme Jan 3, 2017
bower.json Tell bower & npm that it's okay to have jquery 3 Dec 19, 2016
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 Reorganize gulp files Nov 16, 2016
meteor-README.md Update everything to 6.3.0 Dec 15, 2016
package.js Update everything to 6.3.0 Dec 15, 2016
package.json Tell bower & npm that it's okay to have jquery 3 Dec 19, 2016
sache.json updates package manager files... again Nov 19, 2015
yarn.lock Restore yarn.lock to where it is on develop Jan 19, 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
  • 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.