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 has been archived by the owner on Apr 6, 2021. It is now read-only.
either by importing a .css file
or including in the style tags of a Vue SFC
results in
[vite] Internal server error: Maximum call stack size exceeded
Plugin: vite:css
File: /home/anonymous/tailwind-jit-repro/src/styles.css
at candidatePermutations (/home/anonymous/tailwind-jit-repro/node_modules/@tailwindcss/jit/src/lib/generateRules.js:19:32)
at candidatePermutations.next (<anonymous>)
at candidatePermutations (/home/anonymous/tailwind-jit-repro/node_modules/@tailwindcss/jit/src/lib/generateRules.js:41:10)
at candidatePermutations.next (<anonymous>)
at candidatePermutations (/home/anonymous/tailwind-jit-repro/node_modules/@tailwindcss/jit/src/lib/generateRules.js:41:10)
at candidatePermutations.next (<anonymous>)
at candidatePermutations (/home/anonymous/tailwind-jit-repro/node_modules/@tailwindcss/jit/src/lib/generateRules.js:41:10)
at candidatePermutations.next (<anonymous>)
at candidatePermutations (/home/anonymous/tailwind-jit-repro/node_modules/@tailwindcss/jit/src/lib/generateRules.js:41:10)
at candidatePermutations.next (<anonymous>) (x2)
What version of @tailwindcss/jit are you using?
v0.1.12
What version of Node.js are you using?
v15.11.0
What browser are you using?
Chrome
What operating system are you using?
Ubuntu
Reproduction repository
https://github.com/Dewbud/tailwind-jit-repro
using any of the following
either by importing a .css file
or including in the style tags of a Vue SFC
results in
Example:
candidatePermutations
just yields forever when it hits the line containing:things: Array as PropType<string[]>
Some other Typescript syntaxes that have caused this
Not sure why this only happen when using
@tailwind
rules but I'm sure there's regex wizardry involved.The text was updated successfully, but these errors were encountered: