Does anyone know of any resource that lets you produce a CSSPie file that only has the code for the features I want to use?
e.g. just border radius, or just gradients etc
Kind of like how modernizer allows you to make a custom version
It’s kinda bulky when you are not using all its functionality.
No, there isn’t any easy way. Maybe as on the CSS3PIE forums http://css3pie.com/forum/.
Remember that it’s only going to be downloaded for IE8 and lower, so it’s only a slow down for a increasingly shrinking percentage of users.
For gradients you can use the filter syntax, for rounded corners he’s drawing them in VML, so that’s a little more involved.