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

Version Path
skeletor_backbone-0.0.6 app/assets/stylesheets/skeletor/globals/css3/_tab_size.sass
skeletor_backbone-0.0.5 app/assets/stylesheets/skeletor/globals/css3/_tab_size.sass
skeletor_backbone-0.0.4 app/assets/stylesheets/skeletor/globals/css3/_tab_size.sass
skeletor_backbone-0.0.3 app/assets/stylesheets/skeletor/globals/css3/_tab_size.sass