rudy
Styles don't work with third party on publish, works just fine on local machine
found the solution,
turns out either vite or blade or laravel (not sure), doesn't allow you to combine the custom js file and the styling in one directive CMMIW,
after creating a "placeholder" which is just an empty js file, and importing that directive as a couple with the css file, it worked as intended,
here's what I did to fix it, to illustrate my phrasing better:
thanks guys 🙂
8 replies