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

Commit 70c5489

Browse files
committed
remove broken bail out
1 parent df5de3f commit 70c5489

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib/expandTailwindAtRules.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@ function expandTailwindAtRules(context, registerDependency) {
139139
}
140140
env.DEBUG && console.timeEnd('Finding changed files')
141141

142-
if (context.changedFiles.size === 0) {
143-
return root
144-
}
145-
146142
// ---
147143

148144
// Find potential rules in changed files

0 commit comments

Comments
 (0)