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

The grayscale function


Treat yourself to a cookie if you can guess what the grayscale function does. Yep, it converts the color passed to it into a grayscale color. Not much more to say really:

&:nth-child(7) a {
  background-color: grayscale($color1);
}

Following is the output on the browser: