Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit 5d75fbc

Browse files
committed
Remove comment
1 parent 73173cb commit 5d75fbc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/generateRules.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ function* candidatePermutations(candidate, lastIndex = Infinity) {
4545
yield* candidatePermutations(candidate, dashIdx - 1)
4646
}
4747

48-
// console.log(Array.from(candidatePermutations('string[]')))
49-
// process.exit()
50-
5148
function applyPrefix(matches, context) {
5249
if (matches.length === 0 || context.tailwindConfig.prefix === '') {
5350
return matches

0 commit comments

Comments
 (0)