Sha256: c2bb1b4a75f9dfe5ad632328117ebb5fade897dbfd04ae6a27964e62f3ad72e3

Contents?: true

Size: 1.19 KB

Versions: 4

Compression:

Stored size: 1.19 KB

Contents

// =============================================================================
//  Hyphens Mixin
//
//  The hyphens property controls hyphenation of text in block level elements.
//
//  Available As:
//    +skeletor-hyphens()
//    +s-hyphens()
//
//  https://developer.mozilla.org/en-US/docs/Web/CSS/hyphens
//  http://css-tricks.com/almanac/properties/h/hyphenate/
//
// =============================================================================



// -----------------------------------------------------------------------------
//  Display Box
// -----------------------------------------------------------------------------
=skeletor-hyphens($args)
  +skeletor-prefixer(hyphens, unquote($args))



// -----------------------------------------------------------------------------
//  Display Box
// -----------------------------------------------------------------------------
=s-hyphens($args)
  +skeletor-hyphens($args)



// -----------------------------------------------------------------------------
//  If no-conflict set to allow shorter mixin names
// -----------------------------------------------------------------------------
// @if $no-conflict
//   =hyphens($args)
//     +skeletor-hyphens($args)

Version data entries

4 entries across 4 versions & 1 rubygems

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