clear properties from stylesheets
- by jeremydouglas
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.