Add cssom.vim

See also: http://www.w3.org/TR/cssom/
This commit is contained in:
Kyo Nagashima
2016-01-03 20:26:41 +09:00
parent f6a6226db4
commit 0bc4127113
4 changed files with 11 additions and 0 deletions

View File

@@ -181,6 +181,10 @@
display: smooth;
}
.cssom {
display: auto;
}
.display {
box-suppress: flow;
display: flow-root;

View File

@@ -206,6 +206,11 @@
}
</style>
<style>
.cssom {
display: auto;
}
</style>
<style>
.display {
box-suppress: flow;
display: flow-root;