Sha256: ef551515c820cf0b80ed58381c35722305785ba9158cdee94dd782e5ff223249
Contents?: true
Size: 513 Bytes
Versions: 19
Compression:
Stored size: 513 Bytes
Contents
// ========================================================================== // Cursor styling classes // ========================================================================== .default { cursor: default; } .pointer { cursor: pointer; } .wait { cursor: wait; } .help { cursor: help; } .move { cursor: move; } @include _bp-prefixer-basic { &default { cursor: default; } &pointer { cursor: pointer; } &wait { cursor: wait; } &help { cursor: help; } }
Version data entries
19 entries across 19 versions & 1 rubygems