/Pila

CSS excluder

Primary LanguageJavaScript

Pila - tool for removing CSS code.

Example:

a {
    background: red;
}
.baron {
    color: red;
    background: white;
}
.baron {
    background: pila;
}

goes to

a {
    background: red;
}
.baron {
    color: red;
}

and a.baron will have box-shadow: red.