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

Introduction


Most of the content of this book is about using Sass to create CSS code for your web apps and responsive website. In this chapter, you will learn how to style your mobile apps with Sass. In this chapter, both the Ionic and Foundation for apps frameworks are discussed.

Because this book is about Sass, you will learn about mobile apps using web technologies, such as HTML, CSS, and JavaScript. Topics focus mainly on the look and feel of mobile apps using Sass. Discussing PhoneGap (or Apache Cordova) and other JavaScript Frameworks for building cross-platform mobile apps is out of the scope of this book.

jQuery Mobile is another popular framework to build your web apps. Although jQuery Mobile is built with Sass and Compass, it's advised to use the ThemeRoller to build your themes. The ThemeRoller can be found at https://themeroller.jquerymobile.com/. Because no Sass build processes for jQuery Mobile are available yet, it is not discussed in this chapter.

Also, other frameworks, such...