Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving a file removes all CSS #12

Open
mrchess opened this issue Apr 19, 2024 · 1 comment
Open

Saving a file removes all CSS #12

mrchess opened this issue Apr 19, 2024 · 1 comment

Comments

@mrchess
Copy link

mrchess commented Apr 19, 2024

Steps to reproduce

node v20.12.2

  1. git clone https://github.com/mantinedev/remix-template.git
  2. cd remix-template
  3. npm install
  4. npm run dev
  5. Navigate to http://localhost:5173/
  6. Open Welcome.tsx
  7. Hit CMD+S (save). You don't even need to change anything.

Expected:
Nothing changes
Screenshot 2024-04-19 at 6 43 44 AM

Actual:
CSS gets stripped from UI
Screenshot 2024-04-19 at 6 43 35 AM

And is not restored unless you do a full page refresh.

@hassankhanmv
Copy link

Steps to reproduce

node v20.12.2

  1. git clone https://github.com/mantinedev/remix-template.git
  2. cd remix-template
  3. npm install
  4. npm run dev
  5. Navigate to http://localhost:5173/
  6. Open Welcome.tsx
  7. Hit CMD+S (save). You don't even need to change anything.

Expected: Nothing changes Screenshot 2024-04-19 at 6 43 44 AM

Actual: CSS gets stripped from UI Screenshot 2024-04-19 at 6 43 35 AM

And is not restored unless you do a full page refresh.

bro have you got any solution? Im still getting the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants