April 2013
Intermediate to advanced
274 pages
5h 39m
English
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:

Read now
Unlock full access