Sha256: 10a680083b34e1e1a49b09cf5962bd31a7d30f1aa522319600528403e41487fe
Contents?: true
Size: 1.21 KB
Versions: 4
Compression:
Stored size: 1.21 KB
Contents
// ============================================================================= // Text Shadow // // The text-shadow property is used to attach a shadow to text. // // Additional As: // +skeletor-text-shadow() // +s-text-shadow() // // http://www.w3.org/TR/css3-text/#text-shadow // http://css-tricks.com/almanac/properties/a/appearance/ // // ============================================================================= // ----------------------------------------------------------------------------- // Text Shadow // ----------------------------------------------------------------------------- =skeletor-text-shadow($args) +skeletor-prefixer(text-shadow, unquote($args)) // ----------------------------------------------------------------------------- // Alias for text-shadow classes // ----------------------------------------------------------------------------- =s-text-shadow($args) +skeletor-text-shadow($args) // ----------------------------------------------------------------------------- // If no-conflict set to allow shorter mixin names // ----------------------------------------------------------------------------- // @if $no-conflict // =text-shadow($args) // +skeletor-text-shadow($args)
Version data entries
4 entries across 4 versions & 1 rubygems