We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d3e7f commit 899a460Copy full SHA for 899a460
src/lib/expandTailwindAtRules.js
@@ -235,7 +235,6 @@ export default function expandTailwindAtRules(context) {
235
if (env.DEBUG) {
236
console.log('Potential classes: ', candidates.size)
237
console.log('Active contexts: ', sharedState.contextSourcesMap.size)
238
- console.log('Content match entries', contentMatchCache.size)
239
}
240
241
// Clear the cache for the changed files
0 commit comments