Book Image

Learning Zurb Foundation

By : Kevin Horek
Book Image

Learning Zurb Foundation

By: Kevin Horek

Overview of this book

<p>Responsive web design is the next big thing in web design right now. It allows you to control and adapt to the user experience across a variety of devices, screens, and resolutions. Foundation is one of the most well-known responsive frameworks available, and allows you to speed up the prototyping, designing, and theming of your web project; as well as allowing you to create your own custom themes to suit your needs. It makes your life easier by giving you a grid, elements, and JavaScript functions that are responsive and easily customized to work with any web or mobile project that arises.</p> <p>This book starts off with teaching you the basics, and gradually moves on to cover the most advanced parts of this amazing framework. You will learn how to use Foundation to prototype, design, and theme your projects as well as discover how to use the framework with any programming language or content management system.</p>
Table of Contents (17 chapters)
Learning Zurb Foundation
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Installing Foundation with Sass


To get the Sass version of Foundation, you need visit http://foundation.zurb.com/docs/sass.html. You will notice that you need to have the following tools already installed on your system:

If they are already installed on your system go ahead use your own setup for this chapter. If you have never heard of these tools or do not feel comfortable with any of them, do not worry. You do not need them for this book or to learn how to use the Sass version of Foundation because we will use the free version of the online editor available at https://codio.com/. They have most of this stuff installed for you by default and this will get us up and running quickly without getting too technical.

So, let's get going with our installation of the Foundation version of Sass. If you are following along with the book, make sure that you have...