1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-29 16:58:28 +00:00

Issue #1791 - Part 1: Un-prefix -moz-appearance

Keep an alias (preffed) `-moz-appearance` for `appearance`
This should keep all previous behaviour intact.
This commit is contained in:
Moonchild
2025-12-25 15:20:22 +01:00
committed by roytam1
parent 5a832a6e24
commit a266b9852c
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -2594,6 +2594,7 @@ pref("layout.css.prefixes.animations", true);
pref("layout.css.prefixes.box-sizing", true);
pref("layout.css.prefixes.font-features", true);
pref("layout.css.prefixes.gradients", true);
pref("layout.css.prefixes.appearance", true);
// Are webkit-prefixed properties & property-values supported?
pref("layout.css.prefixes.webkit", true);