Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

atom/clear-cut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our official announcement

Clear cut

OS X Build Status Windows Build Status Dependency Status

Calculate the specificity of a CSS selector

Using

npm install clear-cut
{specificity} = require 'clear-cut'
specificity('body') # 1
specificity('#footer') # 100
specificity('.error.message') # 20

Developing

git clone https://github.com/atom/clear-cut.git
cd clear-cut
npm install
npm test