kneath / kss

A methodology for documenting CSS and generating styleguides.
warpspire.com/kss
MIT License
4.04k stars 275 forks source link

Fixed external stylesheet loading in kss.coffee #83

Closed annez closed 10 years ago

annez commented 10 years ago

This fix ensures that any external stylesheets (specifically font stylesheets) don't cause the javascript to fail when it can't find an href on the stylesheet.

Fixes #62

benschwarz commented 10 years ago

Thanks @annez !