pila
v0.1.6
Published
CSS excluder
Downloads
9
Readme
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.