pila

0.1.6 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i pila

Weekly Downloads

0

Version

0.1.6

License

MIT

Last publish

Collaborators

  • diokuz