Skip to content

Commit 900e565

Browse files
committed
Update README.md
1 parent 6bffe5d commit 900e565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ Available value: `{Boolean}` true
281281
282282
Example: `{ "strip-spaces": true }`
283283
284-
Before:
285-
```a { color: red } \nb { font-weight: normal }\n\n\n`
284+
Before: `a { color: red } \nb { font-weight: normal }\n\n\n`
285+
286286
After: `a { color: red }\nb { font-weight: normal }\n`
287287
288288
### unitless-zero

0 commit comments

Comments
 (0)