Tag

chrome extension

Browsing

This Chrome Extension looks for stylesheets and style blocks on the webpage it’s run against and groups declarations together for easy inspection. For example, you can see how many colors are used and how often. This can help you consolidate your styles and help with refactors. It works on most websites but there are some limitations. – @import : CSS in @import is currently ignored. – Content Security Policies: In some situations CSS Dig has…