A list of tests to determine whether a CSS @media query is considered a browser hack
npm install css-media-query-browser-h4cks-analyzerA list of tests to determine whether a value is a browser hack, derived from the
formidable browserhacks.com
(Repo).
``bash
npm install css-media-query-browser-h4cks-analyzer
yarn add css-media-query-browser-h4cks-analyzer
`
`js
const isBrowserHack = require('css-media-query-browser-h4cks-analyzer')
// CSS media query example => @media screen { .selector {} }
console.log(isBrowserHack('screen and (min-width:0\\0)'))
// => true
console.log(isBrowserHack('all'))
// => 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