postcss-cli icon indicating copy to clipboard operation
postcss-cli copied to clipboard

cli hanging indefinitely when using tailwind

Open x9sim9 opened this issue 9 months ago • 2 comments

When running the cli the process hangs indefinitely

postcss.config.js


export default {
  plugins: {
    "@tailwindcss/postcss": {},
  }
}

test.css @import "tailwindcss";

package.json

x9sim9 avatar Mar 28 '25 00:03 x9sim9

What exact CLI command are you running? I can't see any usage of postcss-cli in your package.json.

RyanZim avatar Mar 31 '25 15:03 RyanZim

I found that postcss-cli v10.0.1 hangs indefinitely on macOS when the path to the CSS source file contains a symbolic link.

mkemmerling avatar Apr 01 '25 10:04 mkemmerling