Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 391 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 391 Bytes

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/"
}