Add css-paint-api-1.vim

See also: https://www.w3.org/TR/css-paint-api-1/
This commit is contained in:
Kyo Nagashima
2016-09-30 08:44:22 +09:00
parent 5bad4550a4
commit a552555049
4 changed files with 11 additions and 0 deletions

View File

@@ -417,6 +417,10 @@
display: snap-inline(2em, near);
}
.paint-api-1 {
display: paint(my_logo);
}
.positioning {
offset-before: sticky;
offset-end: auto;

View File

@@ -461,6 +461,11 @@
}
</style>
<style>
.paint-api-1 {
display: paint(my_logo);
}
</style>
<style>
.positioning {
offset-before: sticky;
offset-end: auto;