Skip to content

Commit 3697ff2

Browse files
committed
chore: fix comments
1 parent 6158750 commit 3697ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postcss-selector-parser.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ declare namespace parser {
8686

8787
interface Options {
8888
/**
89-
* Preserve whitespace when true. Default: false;
89+
* Preserve whitespace when true. Default: true;
9090
*/
9191
lossless: boolean;
9292
/**
9393
* When true and a postcss.Rule is passed, set the result of
94-
* processing back onto the rule when done. Default: false.
94+
* processing back onto the rule when done. Default: true.
9595
*/
9696
updateSelector: boolean;
9797
}

0 commit comments

Comments
 (0)