Yesterday I built some UI's for a website today they were not functional at all

Yesterday, I was working on the UI, and everything was rendering perfectly. However, today, for some reason, all the styling seems to be gone. The project files and components are still there, but the UI design is no longer rendering correctly.

What’s even more confusing is that this isn’t happening to just one project—it has affected every project I’ve ever created. They all load, but none of their styles or designs are being displayed. I’m not sure what changed between yesterday and today, and I haven’t made any significant modifications that should have caused this.

Hey @akshatnathani, sorry for the inconvenience. It’s definitely alarming when all your project layouts lose their styling. Please try these quick workarounds to fix it:

  1. Hard Refresh: Clear your active cache by pressing Cmd + Shift + R (Mac) or Ctrl + F5 (Windows).
  2. Verify Layout Config: Check your primary layout or DESIGN.md file to ensure root components still explicitly include standard layout classes like w-full min-h-screen flex flex-col.
  3. Try Incognito: Open the workspace in a private window to make sure a third-party extension or broken cookie state isn’t blocking the stylesheets.