Sha256: d829b57c36844cf7f99d5469e1180ef8dfdb23592893c5ecaed8c8137b2bb268
Contents?: true
Size: 1.3 KB
Versions: 4
Compression:
Stored size: 1.3 KB
Contents
// ============================================================================= // Box Sizing Mixins // // The box-sizing property is used to alter the default CSS box model used to // calculate widths and heights of elements. // // Available As: // +skeletor-box-sizing() // +s-box-sizing() // // https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing // http://html5please.com/#box-sizing // http://css-tricks.com/box-sizing/ // // ============================================================================= // ----------------------------------------------------------------------------- // Box Sizing // ----------------------------------------------------------------------------- =skeletor-box-sizing($args) +skeletor-prefixer(box-sizing, unquote($args)) // ----------------------------------------------------------------------------- // Alias for box-sizing classes // ----------------------------------------------------------------------------- =s-box-sizing($args) +skeletor-box-sizing($args) // ----------------------------------------------------------------------------- // If no-conflict set to allow shorter mixin names // ----------------------------------------------------------------------------- // @if $no-conflict // =box-sizing($args) // +skeletor-box-sizing($args)
Version data entries
4 entries across 4 versions & 1 rubygems