has-css-js-selector

1.0.0 • Public • Published

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

A test to determine wether a selector contains a JavaScript selector

Installation

npm install has-css-js-selector
 
# or 
 
yarn add has-css-js-selector

Usage

const hasJsSelector = require('has-css-js-selector')
 
console.log(hasJsSelector('.js-toggle'))
// => true
 
console.log(hasJsSelector('.nothing-to-see-here'))
// => false

Related projects

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

License

MIT © Bart Veneman

/has-css-js-selector/

    Package Sidebar

    Install

    npm i has-css-js-selector

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    4.63 kB

    Total Files

    6

    Last publish

    Collaborators

    • bartveneman