In TextShimmerComponent I noticed a jit classname of [background-repeat:no-repeat,padding-box] which compiles to the following invalid css:
.[background-repeat:no-repeat,padding-box] {
⚠️background-repeat: no-repeat,padding-box;
}
Did you maybe wanted to bg-no-repeat bg-origin-padding instead?
In TextShimmerComponent I noticed a jit classname of
[background-repeat:no-repeat,padding-box]which compiles to the following invalid css:.[background-repeat:no-repeat,padding-box] {
⚠️ background-repeat:
no-repeat,padding-box;}
Did you maybe wanted to
bg-no-repeat bg-origin-paddinginstead?