Sha256: 4eb04fffa5f81500e3046e7d446ab8682011a6ac5f34ab6603b3b0c5f3e294b6
Contents?: true
Size: 1.27 KB
Versions: 4
Compression:
Stored size: 1.27 KB
Contents
// ============================================================================= // Tab Size Mixin // // The tab-size property in CSS is used to adjust the amount of spaces that // display for the tab character. // // Available As: // +skeletor-tab-size() // +s-tab-size() // // https://developer.mozilla.org/en-US/docs/Web/CSS/tab-size // http://css-tricks.com/almanac/properties/t/tab-size/ // // ============================================================================= // ----------------------------------------------------------------------------- // Tab Size // ----------------------------------------------------------------------------- =skeletor-tab-size($args) +skeletor-prefixer(tab-size, unquote($args), false, true, false, true) // ----------------------------------------------------------------------------- // Alias for tab size classes // ----------------------------------------------------------------------------- =s-tab-size($args) +skeletor-tab-size($args) // ----------------------------------------------------------------------------- // If no-conflict set to allow shorter mixin names // ----------------------------------------------------------------------------- // @if $no-conflict // =tab-size($args) // +skeletor-tab-size($args)
Version data entries
4 entries across 4 versions & 1 rubygems