Replies: 1 comment
-
We're getting the same issue for our angular application as well: ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrade, the console is filled with errors like this - although styles are looking fine on the website and I'm not really sure what's causing this issue. Any suggestions how the cause of this problem can be traced?
Here's my tailwind.css file - https://github.com/Swetrix/swetrix/blob/e99f0d9b1c29e15be33e015e12a6766ae01cfc77/web/app/styles/tailwind.css
Edit 1: If I remove everything from the config and just keep bare
@import 'tailwindcss';
- the issue is still present.Edit 2: Removing the contents of all
.css
files does not fix the issue, so it's something else...Beta Was this translation helpful? Give feedback.
All reactions