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

easelinc/specificity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS selector specificity.

$.specificity('#this .is-a .css-selector'); // => 1200

Contents

  • a README
  • a simple test structure you dont need any other packages to run: jasmine
  • coffeescript

Structure

  • /test/src - coffeescript jasmine tests
  • /test/suite - runs the tests
  • /src - your coffeescript
  • library.js - generated js

Contributing

  • adhere to our styleguide
  • Send a pull request.
  • Write tests. New untested code will not be merged.

MIT License

About

CSS selector specificity

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 76.3%
  • HTML 19.4%
  • Makefile 4.3%