Syntax

User Select

Controlling whether the user can select text.

🚧This page is still under construction and some content may not be complete.

Overview

ClassDeclarations
user-select:valueuser-select: value; -webkit-user-select: value;
user-select:alluser-select: all; -webkit-user-select: all;
user-select:autouser-select: auto; -webkit-user-select: auto;
user-select:noneuser-select: none; -webkit-user-select: none;
user-select:textuser-select: text; -webkit-user-select: text;

Conditionally apply

Apply styles based on different states using selectors and conditional queries.

<div class="user-select:auto:hover user-select:auto@sm user-select:auto@dark user-select:auto@print"></div>
Syntax
User Drag

Controlling whether the user can drag element.

Syntax
Variable

CSS variables defined specific values to be reused throughout a document.

© Aoyue Design LLC.