WebMemex / freeze-dry

Snapshots a web page to get it as a static, self-contained HTML document.
https://freezedry.webmemex.org
The Unlicense
270 stars 18 forks source link

Use postcss CSS parser, crawl @imports #30

Closed Treora closed 6 years ago

Treora commented 6 years ago

I am tempted to try use CSSOM instead of parsing things ourselves, but I think that would drop the original comments, layout, etcetera (but have not tried it thoroughly). Largely a question of priorities however, as we may not care about those. In any case, I hope this suffices for the time being.

Fixes #2