CodeMirror: recognize 'zoom' CSS property

This commit is contained in:
tophf 2018-06-15 07:45:08 +03:00
parent 7fea2cfc9c
commit 468b2f6499

View File

@ -159,6 +159,8 @@
'contain': true,
'mix-blend-mode': true,
'isolation': true,
'zoom': true,
// nonstandard https://compat.spec.whatwg.org/
'box-reflect': true,
'text-fill-color': true,