- Published on
Sass (SCSS) powered Linear and Radial CSS3 gradients with MS Filters
I thought i’d share this code, it may be help anyone who wants to have some sort of backward compatibility when using CSS3 gradients with Internet Explorer 7+. How does this work? Sass mixins and functions helps a lot with the ‘heavy-lifting’ and colour calculations. Let me explain the setup for Linear and Radial ...