Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

gulp‑css‑usage is a Gulp plugin that parses your JavaScript/JSX (and HTML) files to collect class and ID names, compares them against one or more CSS stylesheets, and outputs a report of unused (needless) selectors. It’s aimed at front‑end developers who want to clean up dead CSS and shrink stylesheet size, especially in projects that use React or other ES6/ES7 codebases.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of zivl/gulp-css-usage

Account's avatar
babel/babylon
A JavaScript parser
Account's avatar
isaacs/node-glob
the most correct and second fastest glob implementation in JavaScript
Account's avatar
rvagg/through2
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
shouldjs/should.js
test framework agnostic BDD-style assertions

Support the repos that depend on this repository

Top contributors

zivl's profile
zivl
17 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
zivl

zivl/gulp-css-usage

A Gulp task which scans your JavaScript classes, including React JSX files support ( .jsx / .js ), your CSS files, and gives you a report of CSS coverage. .i.e how many class names are needless and which are those class names

JavaScript
1
2
MIT License