We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47065f3 commit 9dbe0abCopy full SHA for 9dbe0ab
1 file changed
packages/purgecss/src/index.ts
@@ -553,7 +553,7 @@ class PurgeCSS {
553
554
/**
555
* Remove unused css
556
- * @param options PurgeCSS options
+ * @param userOptions PurgeCSS options
557
*/
558
public async purge(
559
userOptions: UserDefinedOptions | string | undefined
@@ -620,7 +620,7 @@ class PurgeCSS {
620
621
622
* Determine if the selector should be kept, based on the selectors found in the files
623
- * @param selectorsInContent set of css selectors found in the content files or string
+ * @param selector set of css selectors found in the content files or string
624
* @param selectorsFromExtractor selectors in the css rule
625
626
private shouldKeepSelector(
0 commit comments