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.
Example of using various compass rhythm mixins Example of using various compass rhythm mixins April 23, 2016 Read More
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
Handle media queries in Scss with a respond-to function Having it like this the respond-to function can handle any media query and put the … April 23, 2016 Read More