Understanding Chrome Dev Tools

Can anyone explain why Chrome Dev Tools Inspector shows the style modification I made as duplicated and overridden by some other unknown style yet the modification has taken effect>

I have this problem in Chrome too where it shows the same style rules overridden over and over again and never looked into the matter yet. I thought maybe the SASS compilation was duplicating style rules but never investigated. Are you using SASS or LESS?

Neither to the best of my knowledge, just CSS.

Then I could just think of 2 things, it’s a Chrome bug or you’re including the same styles more than once. I would try verifying the latter first.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.