css-value-browser-h4cks-analyzer

2.0.0 • Public • Published

css-value-browser-h4cks-analyzer

Build Status Known Vulnerabilities Dependencies Status Dependencies Status XO code style Project: Wallace

A list of tests to determine whether a value is a browser hack, derived from the formidable browserhacks.com (Repo).

Installation

npm install css-value-browser-h4cks-analyzer
 
# or 
 
yarn add css-value-browser-h4cks-analyzer

Usage

const isBrowserHack = require('css-value-browser-h4cks-analyzer')
 
// CSS declaration example => .selector { property: value !ie; }
console.log(isBrowserHack('value !ie'))
// => true
 
console.log(isBrowserHack('1px solid red'))
// => false

Related projects

  • 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.

License

MIT © Bart Veneman

Package Sidebar

Install

npm i css-value-browser-h4cks-analyzer

Weekly Downloads

31

Version

2.0.0

License

MIT

Unpacked Size

4.24 kB

Total Files

4

Last publish

Collaborators

  • bartveneman