Reggie shows us the basics of Sass' @function directive and how we can use it.
Tag: StuR
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.
Ahmad shows us how to use the power of Sass and Grunt to make CSS for multi-lingual sites with left-to-right and right-to-left languages a breeze.
M. David Green shows us how to get Bourbon up and running in your Sinatra projects.
Hugo shows us a great way that we can build a functional wrapper with functions and mixins.
Hugo gives reason why we should avoid the @extend directive in Sass for better comprehension of the code we write.
James shows us how to combine Susy with Breakpoint to make a responsive grid system.
George Martsoukos shows us some of the basic functionality that's built into Compass to help make CSS sprites that much easier and quicker.
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 takes a look at the Breakpoint Compass extension from the Sass-y at-import team for media queries in responsive web design.
In this article Hugo Giraudel shows us three options for creating and dealing with constants in Sass
Kitty Giraudel explains how we can create a mixin in Sass to assist in debugging Sass maps and generating the CSS to check through.
James Steinbach walk us through a complex Sass mixin that will generate CSS that scales across media query breakpoints to ease development.
M. David Green shows us some great Sass features you might not have used when starting developing using the language.
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 Giraudel with a detailed tutorial on creating a step wizard, commonly found in e-commerce, using BEM and Sass techniques.