UNPKG
css-deadweigth
Version:
latest (1.0.1)
1.0.1
CLI tool to detect unused CSS in your project
css-deadweigth
/
.csscleanerrc
5 lines
(4 loc)
•
102 B
Plain Text
View Raw
1
2
3
4
5
{
"ignoreSelectors"
:
[
".ignore-this"
,
"#skip-this-id"
]
,
"ignorePaths"
:
[
"node_modules"
,
"dist"
]
}