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.
sources
globs
1 parent 41e1ac2 commit b7ccef6Copy full SHA for b7ccef6
packages/@tailwindcss-upgrade/src/index.ts
@@ -163,7 +163,7 @@ async function run() {
163
// Template migrations
164
for (let config of configBySheet.values()) {
165
let set = new Set<string>()
166
- for (let globEntry of config.globs.flatMap((entry) => hoistStaticGlobParts(entry))) {
+ for (let globEntry of config.sources.flatMap((entry) => hoistStaticGlobParts(entry))) {
167
let files = await globby([globEntry.pattern], {
168
absolute: true,
169
gitignore: true,
0 commit comments