Sha256: 8b849abead1bc1b57f2b3b8433c75ee98933b9b49c6fb24a58c3629a06b45a2a
Contents?: true
Size: 548 Bytes
Versions: 19
Compression:
Stored size: 548 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; } &move { cursor: move; } }
Version data entries
19 entries across 19 versions & 1 rubygems