dedupe the props defined in new codemirror
This commit is contained in:
parent
7f798879d3
commit
0296c93ab2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user