Sha256: 2daae17cc79b776d684e2f1206051fa55c83726ea986f32b4e2fda61b36923ff
Contents?: true
Size: 1.38 KB
Versions: 4
Compression:
Stored size: 1.38 KB
Contents
// ============================================================================= // Backface Visibility // // The backface visibility property relates to 3d transforms. With 3d // transforms, you can manage to rotate an element so what we think of as the // 'front' of an element no longer faces the screen. // // http://www.w3.org/TR/css3-3d-transforms/#backface-visibility-property // http://css-tricks.com/almanac/properties/b/backface-visibility/ // // ============================================================================= // ----------------------------------------------------------------------------- // Appearance // ----------------------------------------------------------------------------- =skeletor-backface-visibility($args) +skeletor-prefixer(backface-visibility, unquote($args)) // ----------------------------------------------------------------------------- // Alias for backspace visibility classes // ----------------------------------------------------------------------------- =s-backface-visibility($args) +skeletor-backface-visibility($args) // ----------------------------------------------------------------------------- // If no-conflict set to allow shorter mixin names // ----------------------------------------------------------------------------- // @if $no-conflict // =backface-visibility($args) // +skeletor-backface-visibility($args)
Version data entries
4 entries across 4 versions & 1 rubygems