css file not changing
We have written the needed data into your clipboard because it was too large to send. Please paste.
Can you give us the information what is happening here? Right now, we can't help you.
I have written my index.html and my styling.css of which the styling.css cannot run with index.html. What could be the problem?
On Tue, Oct 18, 2022, 6:48 PM Christian Heilmann @.***> wrote:
Can you give us the information what is happening here? Right now, we can't help you.
— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode-edge-devtools/issues/1228#issuecomment-1282611417, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3HNIVCAD4NASRUTXSEZ6D3WD3BDVANCNFSM6AAAAAARH5C4KM . You are receiving this because you authored the thread.Message ID: @.***>
My guess is that the in the HTML document doesn't point to the styling.css file. Can you check the network tool to see if the CSS is not loaded? If you filter by CSS it should show up as red. https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/network/
In my case here, the layout.css has a "x/" in front of it which means it can't be found, so the network tool shows it as red and the fix is to remove the x/
Even better would be to show us your code.