Book Image

Sass and Compass for Designers

By : Ben Frain
Book Image

Sass and Compass for Designers

By: Ben Frain

Overview of this book

Table of Contents (17 chapters)
Sass and Compass for Designers
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we've used some of the many and varied helpers and mixins of Compass to significantly improve the aesthetics of our test project. We've created an image sprite, made data URIs, background gradients, shadows, and a whole lot more.

Hopefully, you are already realizing how much easier these tools and techniques can make your style sheet authoring. Remember, for the full list of Compass helpers and mixins, you can consult the Compass documentation at http://compass-style.org/reference/compass/.

In the next chapter, we'll concentrate on trying to make our existing code DRYer (a programming acronym for Don't Repeat Yourself), focusing on how we can use the programmatic power that Sass affords, to generate repetitive code more easily.

We shouldn't let words such as 'programmatic' and 'logic' worry us, though. We can totally do this!

Tip

The Compass homepage is at http://compass-style.org and you can view the reference documentation for Compass features at http://compass-style...