An open API service indexing awesome lists of open source software.

https://github.com/kyle-west/countess

:chicken: CounteSS identifies the uses of CSS selectors within a Polymer element scope (and Standard HTML).
https://github.com/kyle-west/countess

atom-package css linter polymer

Last synced: 3 months ago
JSON representation

:chicken: CounteSS identifies the uses of CSS selectors within a Polymer element scope (and Standard HTML).

Awesome Lists containing this project

README

        

# CounteSS

This package analyzes the use of CSS selectors and properties in a given HTML file. It marks in the buffer where styles are unused or overwritten (Tailored for Polymer Elements). Right now, it only analyzes CSS that is included under `` tags in the local DOM.

<img width="500px" align="center" src="https://raw.githubusercontent.com/kyle-west/countess/master/screenshots/main1.png"/>

### How to Activate CounteSS

The CounteSS engine is automatically activated by default when you load Atom. If you wish to temporarily disable/enable it, simply stroke `ctrl-alt-o`. This stroke will toggle the engine on or off.