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%) {
|
@media (device-radius: 50%) {
|
||||||
.round-display-1 {
|
.round-display-1 {
|
||||||
shape-inside: auto;
|
shape-inside: auto;
|
||||||
border-boundary: auto;
|
border-boundary: auto;
|
||||||
polar-angle: auto;
|
polar-angle: auto;
|
||||||
polar-distance: auto;
|
polar-distance: auto;
|
||||||
display: outside-shape;
|
display: outside-shape;
|
||||||
display: shape-box;
|
display: shape-box;
|
||||||
display: parent;
|
display: parent;
|
||||||
display: polar;
|
display: polar;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -767,7 +767,7 @@ mask {
|
|||||||
|
|
||||||
@scope .scoping-1 {
|
@scope .scoping-1 {
|
||||||
div {
|
div {
|
||||||
display: auto;
|
display: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user