We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36d242 commit 30badadCopy full SHA for 30badad
src/cli.js
@@ -351,6 +351,7 @@ async function build() {
351
// TODO: Deprecate this in future versions
352
if (!input && args['_'][1]) {
353
console.error('[deprecation] Running tailwindcss without -i, please provide an input file.')
354
+ input = args['--input'] = args['_'][1]
355
}
356
357
if (input && !fs.existsSync((input = path.resolve(input)))) {
0 commit comments