ZURB Foundation for Compass =========================== To create your first project, you'll need to have the ZURB-foundation gem installed, this will include all the necessary dependencies. To install from Ruby Gems ------------------------- In Terminal: * `(sudo) gem install ZURB-foundation` To install locally ------------------ In Terminal: * `git clone git://github.com/zurb/foundation-sass.git` * `cd foundation-sass` * `sudo gem build ZURB-foundation.gemspec` * `sudo gem install ZURB-foundation-2.1.3.1.gem` To create your first project ---------------------------- * `cd path/to/where-you-want-new-project` * .scss syntax: `compass create -r ZURB-foundation --using ZURB-foundation --force` * .sass syntax: `compass create -r ZURB-foundation --using ZURB-foundation --syntax sass --force` Now you should have a new project folder created with the foundation file structure, but with the awesome advantages of having all the css pre-processed with Sass. To Add ZURB-foundation to an existing project --------------------------------------------- * Add `require "ZURB-foundation"` * `cd path/to/your-project` * run: `compass install ZURB-foundation` Welcome to Foundation ===================== Foundation is a rock-solid, responsive framework for rapidly prototyping and iterating into production code. It includes a 12-column, future-friendly grid and tons of great tools and elements that'll get you up and running in no time. Clone the repo to get the marketing site, docs, and base source. You can also visit http://foundation.zurb.com to download just the base source as a starting boilerplate. Homepage: http://foundation.zurb.com Documentation: http://foundation.zurb.com/docs Download: http://foundation.zurb.com/files/foundation-download.zip ZURB ==== Foundation was made by [ZURB](http://www.zurb.com), an interaction design and design strategy firm in Campbell, CA. If Foundation knocks your socks off the way we hope it does and you want more, why not check out [our jobs](http://www.zurb.com/talent/jobs)? MIT Open Source License ======================= Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.