1
0
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:
Kushagra Gour
2024-04-30 18:07:40 +05:30
parent 1e997a6f0d
commit 8e39293da0

View File

@@ -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_ = [