Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
laceytech757ySilly idea ... Maybe Google has cached the stylesheet? I use Website Developer Toolbar, clear cache, restart browser and then try.
Google chrome cache can be an absolute pain! It may be the source of your issues or maybe you are not targeting the elements with enough weighting?
Ben -
UPDATE
Looks like Chrome chose its own path again. The element without applied CSS is dynamically created with JS and somehow styles are applied only when I change element withing dev tools. Never happened anything like this before to me... -
FINAL UPDATE
I had some spare time so I looked at my problem and...the lesson is...never use DOMParser class to parse HTML. Never...
Related Rants
-
Root54preface: I'm fucking exhausted and angry. Why does everyone assume I know how to do frontend? Why am I alway...
-
tahnik16Handy guide to webpack: 1. Copy-paste stuff from internet until it works. That's it!
-
-eth2HR Project update meeting. Duration: 1h Content: 1) recap of previous meeting 2) overview of what we will dis...
I like webpack, but maybe not anymore after today.
Was working on my side project with already configured webpack and after some time I realised somethong is wrong with my styles, but it was not before.
Then I realised, that Chrome won't load CSS at all. I checked my source, but it seems to be perfectly fine. No errors while building. CSS is even included in the bundle generated...WHAT THE FUCK?
rant
webpack
rip css
wtfisthis