Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/diokuz/pila

CSS excluder
https://github.com/diokuz/pila

Last synced: 11 days ago
JSON representation

CSS excluder

Awesome Lists containing this project

README

        

Pila - tool for removing CSS code.

Example:

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

goes to

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

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