Here I'm using Google Chrome Developer Tools to check others website's css.
By default, DevTools display all elements css rule, whether that rule working or not. Some may have been inherited or commented, but they all listed on the "Styles" panel.
The question is, how could I remove rules those had been commented or inherited, just keep rules in working?
See bellow: Example Picture Here
I've searched for a while, but didn't find any topic about this.
Any help is welcome, thanks!