Add css-overflow-4.vim

See also: http://www.w3.org/TR/2017/WD-css-overflow-4-20170613/
This commit is contained in:
Kyo Nagashima
2017-06-13 16:55:05 +09:00
parent d8fcec92e3
commit c3c6083d44
4 changed files with 22 additions and 0 deletions

View File

@@ -504,6 +504,14 @@
max-lines: auto;
}
.overflow-4::nth-fragment(1) {
scrollbar-gutter: stable;
continue: force;
display: overflow;
display: paginate;
display: fragments;
}
.page {
display: avoid-page;
display: page;