How to check for duplicate CSS rules?
问题 I messed up my css and somehow i have a lot of the duplicate rules and my 1800 something lines css file is now of 3000+ lines.. Is there any way/tool that would take my css file as input and check for all the duplicate rules? and possibly generate a css removing those redundancies? 回答1: Install Node JS https://nodejs.org/en/download/ if you have already node js installed or after installing open node command prompt window by typing node( on windows machine) in start. Type following command to