Add a Vite plugin to auto-prefix -webkit-user-select so it's not so often forgotten (#4288)

* Add a Vite plugin to auto-prefix -webkit-user-select so it's not so often forgotten

* Enforce a property boundary on the left
This commit is contained in:
Keavon Chambers
2026-06-28 00:20:26 -07:00
committed by GitHub
parent cc465d6f2a
commit fa27d53b98
5 changed files with 26 additions and 5 deletions
@@ -136,7 +136,6 @@
}
.text-label.multiline {
-webkit-user-select: text; // Still required by Safari as of 2026
user-select: text;
}