Count number of selectors in a css file

前端 未结 7 674
予麋鹿
予麋鹿 2020-12-12 15:12

is there an existing plugin/app/program/script/whatever that analyzes and counts the css selectors of a file? i want to check if the reason my css file is not working in IE

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-12 15:50

    Search & replace "{" by "{" in your CSS file. Most editors wil tell how many replacements you’ve done…

提交回复
热议问题