clear properties from stylesheets
Posted
by jeremydouglas
on Stack Overflow
See other posts from Stack Overflow
or by jeremydouglas
Published on 2010-05-27T00:50:44Z
Indexed on
2010/05/27
1:01 UTC
Read the original article
Hit count: 186
css
I'm wondering if anyone knows of a script to clear all the properties from a css stylesheet, but leave the selectors.
For instance:
body {background: #000; font-size:10px; width:100%;}
becomes:
body {}
This would be done to the whole stylesheet. Thanks if anyone knows of a script to do this.
© Stack Overflow or respective owner