Scale_color function in Compass By Alexander Anter April 23, 2016 Compass, SASS Compass got built in function for all the scale_color functions. You can simply use them by writing scale-KEYWORD(color, value); @import "compass"; .content { color: scale-lightness(#eee, 7%); } Add your comment Cancel replyYour CommentYour Name Email Address Website Save my name, email, and website in this browser for the next time I comment.
Import a Sass file into another Very minimal example on how to import a file called _reset.scss for example. April 23, 2016 Read More
Using NTH to loop through a list of lists with rules By looping through the list $styles that is populated with lists, we can set each … April 23, 2016 Read More
Contrast-color function This codeblock creates a function called button-text that make use of the built-in function contrast-color … April 23, 2016 Read More
Color functions in Sass Example of how you can saturate,lighten and mix color functions together with Sass. April 23, 2016 Read More