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