1.0.0 • Published 5 years ago

has-css-universal-selector v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

has-css-universal-selector Build Status Known Vulnerabilities Dependencies Status Dependencies Status XO code style

A test to determine wether a selector contains a universal selector (*)

Installation

npm install has-css-universal-selector

# or

yarn add has-css-universal-selector

Usage

const hasUniversalSelector = require('has-css-universal-selector')

console.log(hasUniversalSelector('*::before'))
// => true

console.log(hasUniversalSelector('.nothing-to-see-here'))
// => 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