dedupe the props defined in new codemirror

This commit is contained in:
tophf 2020-08-20 21:03:57 +03:00
parent 7f798879d3
commit 0296c93ab2

View File

@ -105,14 +105,7 @@
}
Object.assign(CodeMirror.mimeModes['text/css'].propertyKeywords, {
'background-position-x': true,
'background-position-y': true,
'contain': true,
'mask-image': true,
'mix-blend-mode': true,
'overscroll-behavior': true,
'rotate': true,
'isolation': true,
});
Object.assign(CodeMirror.mimeModes['text/css'].colorKeywords, {
'darkgrey': true,