Skip to content

Commit

Permalink
chore: fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-manba committed Oct 26, 2024
1 parent 6158750 commit 3697ff2
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 3697ff2

Please sign in to comment.