mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-08 11:34:45 +08:00
Use auto for placeholder value
This commit is contained in:
@@ -412,7 +412,7 @@
|
|||||||
.pseudo::inactive-selection,
|
.pseudo::inactive-selection,
|
||||||
.pseudo::spelling-error,
|
.pseudo::spelling-error,
|
||||||
.pseudo::grammer-error {
|
.pseudo::grammer-error {
|
||||||
display: block;
|
display: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.regions:region {
|
.regions:region {
|
||||||
|
|||||||
@@ -456,7 +456,7 @@
|
|||||||
.pseudo::inactive-selection,
|
.pseudo::inactive-selection,
|
||||||
.pseudo::spelling-error,
|
.pseudo::spelling-error,
|
||||||
.pseudo::grammer-error {
|
.pseudo::grammer-error {
|
||||||
display: block;
|
display: auto;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user