We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f74f4 commit 193e7bcCopy full SHA for 193e7bc
packages/@tailwindcss-cli/src/commands/build/index.ts
@@ -150,7 +150,7 @@ export async function handle(args: Result<ReturnType<typeof options>>) {
150
}
151
152
// Use the specified root
153
- return [{ base: path.resolve(compiler.root.base, compiler.root.pattern), pattern: '**/*' }]
+ return [{ base: compiler.root.base, pattern: compiler.root.pattern }]
154
})().concat(compiler.globs)
155
156
let scanner = new Scanner({ sources })
0 commit comments