tailwindcss 2.2.14 → 2.2.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/cli.js CHANGED
@@ -388,6 +388,7 @@ async function build() {
388
388
 
389
389
  if (!input && args['_'][1]) {
390
390
  console.error('[deprecation] Running tailwindcss without -i, please provide an input file.');
391
+ input = args['--input'] = args['_'][1];
391
392
  }
392
393
 
393
394
  if (input && !_fs.default.existsSync(input = _path.default.resolve(input))) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwindcss",
3
- "version": "2.2.14",
3
+ "version": "2.2.15",
4
4
  "description": "A utility-first CSS framework for rapidly building custom user interfaces.",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",