This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: Optimizing your CSS
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
You can inspect and optimize your CSS stylesheets by removing duplicate style attributes.
IntelliJ IDEA validates CSS stylesheet on-the-fly as you open it and highlights duplicate CSS attributes. Description tooltip appears when you move mouse over them.
Click the highlighted attribute to pop up Quick Fix that lets you instantly correct the problem.
Of course that's not [...]