anru / Pila

CSS excluder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

CSS excluder


Languages

Language:JavaScript 88.7%Language:CSS 11.3%