Closed wiscaksono closed 2 years ago
@wiscaksono How did you solved this? Did you somehow froze class names from being scrambled in prod?
@pawelkrystkiewicz ah i forgot how to fix it, but you can check the code on my repository here https://github.com/wiscaksono/wiscaksono-site
@wiscaksono thanks! Although I already found the docs on how to add custom styles and this is enough for me.
It seems like you kept the approach of modifying by class name updates. I couldn't find those names in my instance which suggests that those just obscured versions of actual class names. Anyway solved, thanks 👏
I tried to overwrite the existing styles with tailwindcss like this
And this is the result in develop.
This is the result in production (vercel).
how to fix this?