Skip to content

Commit

Permalink
Fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity committed Oct 27, 2023
1 parent f1381f6 commit e73071f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style-ast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export class StyleAST {
* Remove any selectors not listed in the criticalSelectors set, deleting any
* rules that no longer have any selectors in their prelude.
*
* @param criticalSelector
* @param criticalSelector
*/
pruneNonCriticalSelectors( criticalSelector: Set< string > ): void {
csstree.walk( this.ast, {
Expand Down

0 comments on commit e73071f

Please sign in to comment.