Skip to content

Commit 6a72eda

Browse files
curranadrianheine
authored andcommitted
Add mix-blend-mode CSS property. Closes codemirror#5625
1 parent 636ea4f commit 6a72eda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mode/css/css.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ CodeMirror.defineMode("css", function(config, parserConfig) {
501501
"margin-bottom", "margin-left", "margin-right", "margin-top",
502502
"marks", "marquee-direction", "marquee-loop",
503503
"marquee-play-count", "marquee-speed", "marquee-style", "max-height",
504-
"max-width", "min-height", "min-width", "move-to", "nav-down", "nav-index",
504+
"max-width", "min-height", "min-width", "mix-blend-mode", "move-to", "nav-down", "nav-index",
505505
"nav-left", "nav-right", "nav-up", "object-fit", "object-position",
506506
"opacity", "order", "orphans", "outline",
507507
"outline-color", "outline-offset", "outline-style", "outline-width",

0 commit comments

Comments
 (0)