Skip to content

Commit b7ccef6

Browse files
committed
use sources instead of globs
1 parent 41e1ac2 commit b7ccef6

File tree

1 file changed

+1
-1
lines changed
  • packages/@tailwindcss-upgrade/src

1 file changed

+1
-1
lines changed

packages/@tailwindcss-upgrade/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ async function run() {
163163
// Template migrations
164164
for (let config of configBySheet.values()) {
165165
let set = new Set<string>()
166-
for (let globEntry of config.globs.flatMap((entry) => hoistStaticGlobParts(entry))) {
166+
for (let globEntry of config.sources.flatMap((entry) => hoistStaticGlobParts(entry))) {
167167
let files = await globby([globEntry.pattern], {
168168
absolute: true,
169169
gitignore: true,

0 commit comments

Comments
 (0)