Skip to content

Commit 7a9c329

Browse files
committed
Document the indent option of stringify
Supersedes and closes #63.
1 parent 1158607 commit 7a9c329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Accepts an AST `object` (as `css.parse` produces) and returns a CSS string.
3232

3333
`options`:
3434

35+
- indent: the string used to indent the output. Defaults to two spaces.
3536
- compress: omit comments and extraneous whitespace.
3637
- sourcemap: return a sourcemap along with the CSS output. Using the `source`
3738
option of `css.parse` is strongly recommended when creating a source map.

0 commit comments

Comments
 (0)