Sha256: dff26b05254f34b0439d324da35cd58ced9b226bc5174218a316160faad9b5a6
Contents?: true
Size: 1.27 KB
Versions: 4
Compression:
Stored size: 1.27 KB
Contents
// ============================================================================= // Appearance // // The appearance property is used to display an element using a platform-native // styling based on the users operating systems theme. // // Available As: // +skeletor-appearance() // +s-appearance() // // http://www.w3.org/TR/css3-ui/#appearance // http://css-tricks.com/almanac/properties/a/appearance/ // // ============================================================================= // ----------------------------------------------------------------------------- // Appearance // ----------------------------------------------------------------------------- =skeletor-appearance($args) +skeletor-prefixer(appearance, unquote($args)) // ----------------------------------------------------------------------------- // Alias for appearance classes // ----------------------------------------------------------------------------- =s-appearance($args) +skeletor-appearance($args) // ----------------------------------------------------------------------------- // If no-conflict set to allow shorter mixin names // ----------------------------------------------------------------------------- // @if $no-conflict // =appearance($args) // +skeletor-appearance($args)
Version data entries
4 entries across 4 versions & 1 rubygems