Skip to content

daisukewi/css-rule-checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

CSS RULE CHECKER

Javascript function to test how many loaded CSS rules apply to the current page. It prints the results in the console:

  1. Each rule selector with the times that rule applies
  2. Summary of total rules applied / total rules declared

To use it, create a new bookmark in your browser and use the following as link:

javascript:(function(){var%20script=document.createElement('script');script.src='https://raw.github.com/Juanxo/css-rule-checker/master/rulechecker.js';document.body.appendChild(script);})()

refactor all the css

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published