We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bffe5d commit 900e565Copy full SHA for 900e565
1 file changed
README.md
@@ -281,8 +281,8 @@ Available value: `{Boolean}` true
281
282
Example: `{ "strip-spaces": true }`
283
284
-Before:
285
-```a { color: red } \nb { font-weight: normal }\n\n\n`
+Before: `a { color: red } \nb { font-weight: normal }\n\n\n`
+
286
After: `a { color: red }\nb { font-weight: normal }\n`
287
288
### unitless-zero
0 commit comments