mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-02-20 07:28:27 +08:00
Add css-table-3 test case
This commit is contained in:
@@ -592,6 +592,10 @@
|
|||||||
display: auto;
|
display: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tables-3 {
|
||||||
|
display: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.text-3 {
|
.text-3 {
|
||||||
hyphens: manual;
|
hyphens: manual;
|
||||||
line-break: loose;
|
line-break: loose;
|
||||||
|
|||||||
@@ -652,6 +652,11 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
|
.tables-3 {
|
||||||
|
display: auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<style>
|
||||||
.text-3 {
|
.text-3 {
|
||||||
hyphens: manual;
|
hyphens: manual;
|
||||||
line-break: loose;
|
line-break: loose;
|
||||||
|
|||||||
Reference in New Issue
Block a user