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 WordPress with Bootstrap and Sass


WordPress is one of the most popular Content Management Systems (CMS) on the web. Although it is originally a blog system, more than 60 million websites are driven by WordPress now. In this recipe, you will learn how to use WordPress together with Bootstrap and Sass.

Getting ready

You will need a running webserver with PHP and MySQL to run WordPress. WampServer is a Windows web development environment, which can be found at http://www.wampserver.com/en/. Or try AMPPS for Windows, OS and Linux; you can find it at http://ampps.com/. Also read the Using the Sass-gulp plugin with Gulp recipe of Chapter 1, Getting Started with Sass, to learn how to install Node.js, which includes npm, on your system. The JBST4 theme used in this recipe is a fork of the JointsWP theme discussed in the Using Foundation 6 with WordPress and Sass recipe of Chapter 11, Foundation and Sass.

How to do it...

The following steps will show you how to set up a WordPress theme with Bootstrap...