Byron shows us a neat Sass function to convert typographic units in CSS. Learn how to convert pixels into em and percentage units with the magic of Sass.
Tag: sass functions
Byron shows us some of Sass functions built into the language and shows how you can use them to kick-start your style sheets.
When using other people's Sass code, you might make errors when passing data to mixins and functions. James shows some techniques to avoid this problem.
Hugo shows us how we can responsibly use the @error directive in Sass
Kitty takes some of the well known centering techniques in CSS and shows us how to wrap them in Sass mixins.
Hugo shows us how we can got about testing a Sass function in 5 minutes or so using Sass.
James shows us how we can generate nice typography for our responsive sites with Sass maps and functions
George goes through the operators that are available with Sass, what they do and how to use them.
Kitty Giraudel talks us through units in Sass and best practices around using them.
Dennis, shows us a nice way to use Sass maps and the zip() function to make CSS shorthand nice and simple.
Tim shows us how we can great vector graphics in CSS using advanced techniques available in Sass.
Reggie shows us the basics of Sass' @function directive and how we can use it.
Cathy, shows us how we can create a dynamic gradient text function for webkit browsers.
Kitty shares some extra functions we can use when using Sass maps.
Hugo shows us a great way that we can build a functional wrapper with functions and mixins.
Hugo shows us how to make a robust linear gradient Sass mixin.
In this article Hugo Giraudel discusses where we should be using multiple arguments, a list or an arglist when writing functions or mixins in Sass.
James Steinbach walk us through a complex Sass mixin that will generate CSS that scales across media query breakpoints to ease development.
James Steinbach takes a look at using Sass Maps and functions to help with managing CSS color values, with a demo you can try out.
Kitty looks at using Sass to automate the process of building a color palette from a single color.