Skip to content

Commit be917f9

Browse files
committed
Fix indent
1 parent 3992f22 commit be917f9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

test/test.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -734,14 +734,14 @@ mask {
734734

735735
@media (device-radius: 50%) {
736736
.round-display-1 {
737-
shape-inside: auto;
738-
border-boundary: auto;
739-
polar-angle: auto;
740-
polar-distance: auto;
741-
display: outside-shape;
742-
display: shape-box;
743-
display: parent;
744-
display: polar;
737+
shape-inside: auto;
738+
border-boundary: auto;
739+
polar-angle: auto;
740+
polar-distance: auto;
741+
display: outside-shape;
742+
display: shape-box;
743+
display: parent;
744+
display: polar;
745745
}
746746
}
747747

@@ -767,7 +767,7 @@ mask {
767767

768768
@scope .scoping-1 {
769769
div {
770-
display: auto;
770+
display: auto;
771771
}
772772
}
773773

0 commit comments

Comments
 (0)