Book Image

Sass and Compass Designer's Cookbook

By : Bass Jobsen, Stuart Robson
Book Image

Sass and Compass Designer's Cookbook

By: Bass Jobsen, Stuart Robson

Overview of this book

Sass and Compass Designer's Cookbook helps you to get most out of CSS3 and harness its benefits to create engaging and receptive applications. This book will help you develop faster and reduce the maintenance time for your web development projects by using Sass and Compass. You will learn how to use with CSS frameworks such as Bootstrap and Foundation and understand how to use other libraries of pre-built mixins. You will also learn setting up a development environment with Gulp. This book guides you through all the concepts and gives you practical examples for full understanding.
Table of Contents (23 chapters)
Sass and Compass Designer's Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Using Foundation 6 with WordPress and Sass


WordPress is a popular content management system (CMS) installed on more than 60 million websites. In this recipe, you will learn how to use Foundation 6 with WordPress and Sass.

Getting ready

This recipe requires a web server with PHP and MySQL and WordPress installed. In this recipe, you will use the JointsWP theme; it does include Gulp and is optimized for a Gulp-based workflow. You should have Node.js installed to use Gulp. Read the Using the sass-gulp with Gulp recipe of Chapter 1, Getting Started with Sass, to learn how to install Node.js, which includes npm, on your system.

How to do it...

In the following steps you will meet the JointsWP theme for WordPress websites. JointsWP makes it possible to use Foundation and Sass for your WordPress projects, perform the following steps to understand how this works:

  1. Download the JointsWP theme from http://jointswp.com/. Of course, you have to download the Sass version of the theme.

  2. Unzip the Zip file downloaded...