You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
RangeError: Maximum call stack size exceeded
at candidatePermutations (/home/paul/Desktop/tailwind-jit-error-reproduction/node_modules/@tailwindcss/jit/src/lib/generateRules.js:19:32)
at candidatePermutations.next (<anonymous>)
at candidatePermutations (/home/paul/Desktop/tailwind-jit-error-reproduction/node_modules/@tailwindcss/jit/src/lib/generateRules.js:41:10)
at candidatePermutations.next (<anonymous>)
at candidatePermutations (/home/paul/Desktop/tailwind-jit-error-reproduction/node_modules/@tailwindcss/jit/src/lib/generateRules.js:41:10)
at candidatePermutations.next (<anonymous>)
at candidatePermutations (/home/paul/Desktop/tailwind-jit-error-reproduction/node_modules/@tailwindcss/jit/src/lib/generateRules.js:41:10)
at candidatePermutations.next (<anonymous>)
at candidatePermutations (/home/paul/Desktop/tailwind-jit-error-reproduction/node_modules/@tailwindcss/jit/src/lib/generateRules.js:41:10)
at candidatePermutations.next (<anonymous>)
The text was updated successfully, but these errors were encountered:
What version of @tailwindcss/jit are you using?
0.1.13
What version of Node.js are you using?
15.11.0
What browser are you using?
N/A
What operating system are you using?
Arch
Reproduction repository
https://github.com/prbroadfoot/tailwind-jit-error-reproduction
Apologies if I'm doing something silly because I don't have experience with Tailwind and not a lot with npm either.
Here's what I did to reproduce the error with the repository I provided:
npm install
TAILWIND_MODE=build npx postcss styles.css -o main.css --verbose
The text was updated successfully, but these errors were encountered: