Skip to content

Commit fce6b85

Browse files
Sandip Baradiyahudochenkov
authored andcommitted
Fixed typo in Config for 3.x JSON (#67)
Config for `3.x`: json property number padding didn't have had comma which causes an error.
1 parent 9fb90c8 commit fce6b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Config for `3.x`:
7575
{
7676
"properties-order": [
7777
"margin",
78-
"padding"
78+
"padding",
7979
"border",
8080
"background"
8181
]

0 commit comments

Comments
 (0)