A list of tests to determine whether a property is a browser hack, derived from the formidable browserhacks.com (Repo).
npm install css-property-browser-h4cks-analyzer
# or
yarn add css-property-browser-h4cks-analyzer
const isBrowserHack = require('css-property-browser-h4cks-analyzer')
// CSS declaration example => .selector { _property: value; }
console.log(isBrowserHack('_property'))
// => true
console.log(isBrowserHack('color'))
// => false
- CSS Analyzer - CSS statistics module
- Wallace CLI - CSS statistics in your CLI
- CSS Analyzer Diff - Calculates the diff between two sets of CSS analysis
- 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