We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6fe87e + 58a1f58 commit 7926f07Copy full SHA for 7926f07
src/css/Properties.js
@@ -460,7 +460,7 @@ var Properties = module.exports = {
460
// U
461
"unicode-bidi" : "normal | embed | isolate | bidi-override | isolate-override | plaintext",
462
"user-modify" : "read-only | read-write | write-only",
463
- "user-select" : "none | text | toggle | element | elements | all",
+ "user-select" : "auto | text | none | contain | all",
464
465
// V
466
"vertical-align" : "auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>",
0 commit comments