davidguttman / cssify

Simple middleware for Browserify to add css styles to the browser.
122 stars 19 forks source link

Return the created stylesheet element when injecting styles #15

Closed lakenen closed 10 years ago

lakenen commented 10 years ago

This allows for easier removing of the injected styles later...

davidguttman commented 10 years ago

Good thinking, thanks!

davidguttman commented 10 years ago

Merged in v0.6.0

lakenen commented 10 years ago

Sweet, thanks!