cjss-group / CJSS

A CSS based web framework
https://cjss.js.org/
MIT License
670 stars 20 forks source link

Fix #15: cross domain stylesheets imported with HTML #30

Closed c-harding closed 5 years ago

c-harding commented 5 years ago

I underestimated the scope of error #15 in my PR #18: the script also crashes when Google Fonts are imported with HTML (<link rel="stylesheet">). This fixes it there too.