Skip to content

Commit

Permalink
chore: fix comments (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-manba authored Oct 30, 2024
1 parent 6158750 commit 56d7fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postcss-selector-parser.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ declare namespace parser {

interface Options {
/**
* Preserve whitespace when true. Default: false;
* Preserve whitespace when true. Default: true;
*/
lossless: boolean;
/**
* When true and a postcss.Rule is passed, set the result of
* processing back onto the rule when done. Default: false.
* processing back onto the rule when done. Default: true.
*/
updateSelector: boolean;
}
Expand Down

0 comments on commit 56d7fea

Please sign in to comment.