mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Add css-paint-api-1.vim
See also: https://www.w3.org/TR/css-paint-api-1/
This commit is contained in:
@@ -417,6 +417,10 @@
|
||||
display: snap-inline(2em, near);
|
||||
}
|
||||
|
||||
.paint-api-1 {
|
||||
display: paint(my_logo);
|
||||
}
|
||||
|
||||
.positioning {
|
||||
offset-before: sticky;
|
||||
offset-end: auto;
|
||||
|
||||
@@ -461,6 +461,11 @@
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.paint-api-1 {
|
||||
display: paint(my_logo);
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.positioning {
|
||||
offset-before: sticky;
|
||||
offset-end: auto;
|
||||
|
||||
Reference in New Issue
Block a user