We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be717f2 commit ef50fcbCopy full SHA for ef50fcb
after/syntax/css/shadow-parts-1.vim
@@ -0,0 +1 @@
1
+syn region cssPseudoClassLang matchgroup=cssPseudoClassId start=":part(" end=")" oneline
test/test.css
@@ -778,6 +778,10 @@ mask {
778
display: auto;
779
}
780
781
+.shadow-parts::part(textspan) {
782
+ display: auto;
783
+}
784
+
785
.shapes-1 {
786
shape-outside: auto;
787
shape-image-threshold: auto;
0 commit comments