Closed mischnic closed 2 years ago
Thank you for reporting this.
Can you share the version of postcss-double-position-gradients
from your lock file?
postcss-double-position-gradients@^3.0.1:
version "3.0.2"
I've pushed a complete reproduction to https://github.com/mischnic/parcel-issue-7441
We were able to replicate and fix the issue. Will be releasing this as soon as possible.
Thank you all again, this has been released as 3.0.3!
Input code:
.postcssrc.json
Running
postcss input.css
(using https://www.npmjs.com/package/postcss-cli) runs into an infinite loop and at some point the process crashes with OOM.