Update shapes-1.vim

https://www.w3.org/TR/2025/CRD-css-shapes-1-20250612/
This commit is contained in:
Kyo Nagashima
2025-06-13 08:29:59 +09:00
parent 1fc1ff5799
commit 50adac88c4
2 changed files with 2 additions and 1 deletions

View File

@@ -1099,6 +1099,7 @@ mask {
display: circle(100px 50px 100px);
display: ellipse(0 0 250px 100px);
display: polygon(0 0, 100% 100%, 0 100%);
display: shape(from 0% 0%, hline to 100%, line to 0% 100%, vline to 0%);
}
.sizing-3 {