A tool to check for unused CSS variables in your project.
{
"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/"
}