Skip to content

ekateriinal/css-variable-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS Variable Checker

A tool to check for unused CSS variables in your project.

Example Configuration File

{
  "baseDir": "./",
  "mainCssFiles": [
    "src/styles/variables/colors.css",
    "src/styles/variables/typography.css",
    "src/styles/styles.css",
    "tokens/variables/color.css",
    "tokens/variables/float.css"
  ],
  "componentsDir": "src/components/"
}

About

A tool to check for unused CSS variables in your project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published