We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
indent
stringify
1 parent 1158607 commit 7a9c329Copy full SHA for 7a9c329
Readme.md
@@ -32,6 +32,7 @@ Accepts an AST `object` (as `css.parse` produces) and returns a CSS string.
32
33
`options`:
34
35
+- indent: the string used to indent the output. Defaults to two spaces.
36
- compress: omit comments and extraneous whitespace.
37
- sourcemap: return a sourcemap along with the CSS output. Using the `source`
38
option of `css.parse` is strongly recommended when creating a source map.
0 commit comments