cheton / browserify-css

A Browserify transform for bundling, rebasing, inlining, and minifying CSS files.
http://cheton.github.io/browserify-css/
MIT License
144 stars 22 forks source link

createLink required? #24

Open maberer opened 8 years ago

maberer commented 8 years ago

Why does the transform generate a createLink function - I don't see where it is used or why it is required... if it is required; shouldn't it be a configurable option?

cheton commented 8 years ago

Hi tindli,

Thank you for highlighting this issue. I will remove the createLink function since the v1.0 release.