CodeMirror css mode: recognize "mix-blend-mode"
This commit is contained in:
parent
8cced2da35
commit
c1d1c26c23
|
@ -100,6 +100,8 @@
|
|||
});
|
||||
}
|
||||
|
||||
CodeMirror.mimeModes['text/css'].propertyKeywords['mix-blend-mode'] = true;
|
||||
|
||||
const MODE = {
|
||||
stylus: 'stylus',
|
||||
uso: 'css'
|
||||
|
|
Loading…
Reference in New Issue
Block a user