A test to determine wether a selector contains a JavaScript selector
npm install has-css-js-selector
# or
yarn add has-css-js-selector
const hasJsSelector = require('has-css-js-selector')
console.log(hasJsSelector('.js-toggle'))
// => true
console.log(hasJsSelector('.nothing-to-see-here'))
// => false
- CSS Analyzer - CSS statistics module
- Wallace CLI - CSS statistics in your CLI
- Color Sorter - Sort CSS colors by hue, saturation, lightness and opacity
- Gromit CLI - A test framework to assert that CSS statistics don't exceed certain thresholds.
MIT © Bart Veneman