In the html-css file, some styles are not called. Is there any tool to delete this part of the content that is not called?
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-05-24 11:36:01
0
1
826

for example:

html Content:

<p class="a"></p>

In the css file:

.a{color:#f00}
.b{color:#f00}

There is no tool or plug-in (vscode, sublime text supports replacement), automatically or manually delete the line .b{color:#f00} in css?

I remember that a long, long, long time ago, Microsoft had Expression Web 4, which was a tool that could compete with DreamViewer, but that was all many years ago. Don't consider it.

曾经蜡笔没有小新
曾经蜡笔没有小新

reply all(1)
左手右手慢动作

Webstorm code review, if there are no references, there will be a prompt, but you have to handle it manually

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!