has-css-id-selector

1.0.0 • Public • Published

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

A test to determine wether a selector contains an id selector

Installation

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

Usage

const hasIdSelector = require('has-css-id-selector')
 
console.log(hasIdSelector('#test'))
// => true
 
console.log(hasIdSelector('.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

Package Sidebar

Install

npm i has-css-id-selector

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

4.46 kB

Total Files

6

Last publish

Collaborators

  • bartveneman