Sha256: b4b0022637da8f28f02baa6f52db297136cbf487994f66b15f318e6754bd8a5e
Contents?: true
Size: 1.29 KB
Versions: 4
Compression:
Stored size: 1.29 KB
Contents
// ============================================================================= // User Select Mixins // // This is useful in situations where you want to provide an easier/cleaner // copy-paste experience for users // // Available As: // +skeletor-user-select() // +s-user-select() // // https://developer.mozilla.org/en-US/docs/Web/CSS/user-select // http://css-tricks.com/almanac/properties/u/user-select/ // // ============================================================================= // ----------------------------------------------------------------------------- // User Select // ----------------------------------------------------------------------------- =skeletor-user-select($args) +skeletor-prefixer(user-select, unquote($args)) // ----------------------------------------------------------------------------- // Alias for user select classes // ----------------------------------------------------------------------------- =s-user-select($args) +skeletor-user-select($args) // ----------------------------------------------------------------------------- // If no-conflict set to allow shorter mixin names // ----------------------------------------------------------------------------- // @if $no-conflict // =user-select($args) // +skeletor-user-select($args)
Version data entries
4 entries across 4 versions & 1 rubygems