polyfill
polyfill copied to clipboard
Rename repo and release on NPM
"polyfill" is taken https://www.npmjs.com/package/polyfill. But it would be nice to see this available as a npm module.
So it's been a while since I've updated this library, but I actually just started doing some new work on it today. My plan is to move the CSS parsing to the server side in a build step, and in that case I'll definitely want it to be available on npm.
Any suggestions for what to name it?
css-polyfill
, css-next
?
css-polyfiller
My plan is to move the CSS parsing to the server side in a build step [snip]
@philipwalton not sure you want this in all cases; there exist cases where you only want to polyfill certain properties on certain browsers and operating systems. Not sure how you would work that into a build step sanely.
+1