Skip to content

Diokuz/Pila

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published