Jacmob
Created page with "→* * Standard mixins for Less v2 * * Based on <https://github.com/clearleft/clearless/blob/master/mixins/helpers.less> * Gradients based on <http://www.colorzilla.com/gradient-editor/>: .border-radius( @radius: 5px) { border-radius: @radius; } .box-sizing( @type: border-box) { box-sizing: @type; } .box-shadow( @shadow: 1px 1px 2px rgba( 0, 0, 0, 0.25)) { box-shadow: @shadow; } .filter( @filter: grayscale( 100%)) { -webkit-filter: @filter;..."