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).
- Host: GitHub
- URL: https://github.com/kyle-west/countess
- Owner: kyle-west
- License: mit
- Created: 2017-10-06T13:32:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T03:22:20.000Z (over 7 years ago)
- Last Synced: 2025-01-10T04:25:10.080Z (5 months ago)
- Topics: atom-package, css, linter, polymer
- Language: JavaScript
- Homepage: https://atom.io/packages/countess
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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.