Hi here’s another “my css isn’t working!!” post but i assure you it’s different this time. I’ve tried all different things for baseURL (“”, “/”, “https://andrewjm.me”) and nothing worked, so i investigated in inspect element and the browser is properly receiving the stylesheets that are linked in index.html, but it’s not applying or “running” them. I know this because when i edit one inside of inspect element, it applies it but it just refuses to apply the css on the initial load of the page. what’s more, one sheet (vncnt.css) @imports another (barebones.css, not linked on index.html) but the browser never even requests barebones.css from the server. This is not a browser issue as i have tried it on 4 different browsers.
see for yourself at https://andrewjm.me
Thanks in advance.