Font-url function in Compass By Alexander Anter April 23, 2016 Compass, SASS With compass you don’t have to specify the exact relative path, same thing works with image-url. @import "compass" @font-face font-family: 'Rokkitt' src: font-url('rokkitt.woff') 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.
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
Use stretch with compass By importing compass/layout in order to get more mixins and functions, one of them are … 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