Add css-backgrounds-4.vim

See also: http://www.w3.org/TR/css-backgrounds-4/
This commit is contained in:
Kyo Nagashima
2016-01-03 20:23:27 +09:00
parent 79216af1aa
commit f6a6226db4
4 changed files with 39 additions and 0 deletions

View File

@@ -40,6 +40,21 @@
box-shadow: auto;
}
.background-4 {
background-position-x: x-start;
background-position-y: x-end;
background-position-inline: y-start;
background-position-block: y-end;
corner-shape: bevel;
corners: scoop;
border-limit: notch;
border-clip: auto;
border-clip-top: auto;
border-clip-right: auto;
border-clip-bottom: auto;
border-clip-left: auto;
}
.box {
overflow-style: scrollbar;
overflow-x: panner;

View File

@@ -53,6 +53,22 @@
}
</style>
<style>
.background-4 {
background-position-x: x-start;
background-position-y: x-end;
background-position-inline: y-start;
background-position-block: y-end;
corner-shape: bevel;
corners: scoop;
border-limit: notch;
border-clip: auto;
border-clip-top: auto;
border-clip-right: auto;
border-clip-bottom: auto;
border-clip-left: auto;
}
</style>
<style>
.box {
overflow-style: scrollbar;
overflow-x: panner;