Open
Description
Hello and thank you for this contrib.
I tried gulp-purifycss with some classes that where not present in my HTML page :
.kiwi {
display: block;
}
.banane {
display: inline;
}
p.kiwi {
font-weight: bold;
}
p.banane {
font-weight: normal;
}
But all these unused classes where kept in the compiled CSS :(
Metadata
Metadata
Assignees
Labels
No labels