I had similar problem.. my code was working fine but suddenly css sheets stopped working.. after some detection I found out that somehow the MIME of style sheet was changed from type="text/css"
to "text-css".. Idk how they were changed since the code was working few hours ago but however I changed it and it worked fine. hope this helps.