Skip to content

Commit 4e720cc

Browse files
committed
README fix
1 parent 9d70e07 commit 4e720cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

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

0 commit comments

Comments
 (0)