mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
Fix indent
This commit is contained in:
@@ -734,14 +734,14 @@ mask {
|
||||
|
||||
@media (device-radius: 50%) {
|
||||
.round-display-1 {
|
||||
shape-inside: auto;
|
||||
border-boundary: auto;
|
||||
polar-angle: auto;
|
||||
polar-distance: auto;
|
||||
display: outside-shape;
|
||||
display: shape-box;
|
||||
display: parent;
|
||||
display: polar;
|
||||
shape-inside: auto;
|
||||
border-boundary: auto;
|
||||
polar-angle: auto;
|
||||
polar-distance: auto;
|
||||
display: outside-shape;
|
||||
display: shape-box;
|
||||
display: parent;
|
||||
display: polar;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -767,7 +767,7 @@ mask {
|
||||
|
||||
@scope .scoping-1 {
|
||||
div {
|
||||
display: auto;
|
||||
display: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user