mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-23 23:11:12 +02:00
add viewtransitionname in css prop list
This commit is contained in:
2
src/lib/codemirror/mode/css/css.js
vendored
2
src/lib/codemirror/mode/css/css.js
vendored
@@ -562,7 +562,7 @@ CodeMirror.defineMode("css", function(config, parserConfig) {
|
||||
"stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin",
|
||||
"stroke-miterlimit", "stroke-opacity", "stroke-width", "text-rendering",
|
||||
"baseline-shift", "dominant-baseline", "glyph-orientation-horizontal",
|
||||
"glyph-orientation-vertical", "text-anchor", "writing-mode",
|
||||
"glyph-orientation-vertical", "text-anchor", "writing-mode","view-transition-name"
|
||||
], propertyKeywords = keySet(propertyKeywords_);
|
||||
|
||||
var nonStandardPropertyKeywords_ = [
|
||||
|
Reference in New Issue
Block a user