Skip to content

punit-shah/specificity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS selector specificity calculator

A tool to help you understand CSS specificity.

Calculates the specificity of any CSS selector. Uses the css-specificity-calculator JavaScript module.

Built with React ❤️

Development

Requires Node and Yarn.

  • Install dependencies

    yarn install
    
  • Run the app in development mode

    yarn start
    
  • Build the app for production to the build folder

    yarn build
    
  • Deploy the app to GitHub Pages

    yarn deploy