mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-25 07:51: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-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin",
|
||||||
"stroke-miterlimit", "stroke-opacity", "stroke-width", "text-rendering",
|
"stroke-miterlimit", "stroke-opacity", "stroke-width", "text-rendering",
|
||||||
"baseline-shift", "dominant-baseline", "glyph-orientation-horizontal",
|
"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_);
|
], propertyKeywords = keySet(propertyKeywords_);
|
||||||
|
|
||||||
var nonStandardPropertyKeywords_ = [
|
var nonStandardPropertyKeywords_ = [
|
||||||
|
Reference in New Issue
Block a user