~alcinnz/haskell-stylist

ref: dc7809767970bbbcd9cb8606b952c6d0acff47c0 haskell-stylist/xml-conduit-stylist/src/Data/HTML2CSS.hs -rw-r--r-- 7.5 KiB
93288bed — Adrian Cochrane 4 years ago
Integrate unstyled tests into XML Conduit Stylist.
186cbffa — Adrian Cochrane 4 years ago
Improve documentation, release version 1.2
7d1e8859 — Adrian Cochrane 4 years ago
Let user & useragent styles query for a lack of author styles.
41adcf9d — Adrian Cochrane 4 years ago
Introduce simplified html2css API

Which, now that these are implemented, lowers <style> to @media & <link rel=stylesheet> to @import.
ceebe613 — Adrian Cochrane 5 years ago
Rename to Haskell Stylist, old name was taken.
c31dc425 — Adrian Cochrane 5 years ago
Resolve relative link tags for caller.
24e5000b — Adrian Cochrane 5 years ago
Export traversePrepopulatedStyles
d073900e — Adrian Cochrane 5 years ago
Add additional hooks for callers:

* Resolve relative URLs.
* Set priority on any stylesheet implementation.
* Substitute content during XML Conduit traversal in place of computed styles.
c134671e — Adrian Cochrane 5 years ago
Update Stylish HTML Conduit to use fixed psuedoelement handling.
ce996690 — Adrian Cochrane 5 years ago
Add support for ::before/::after psuedoclasses to HTML Conduit bindings.
7061161d — Adrian Cochrane 5 years ago
Parse HTML 'style' attributes.
932c3586 — Adrian Cochrane 5 years ago
Improve traverseStyles type signature.

Allow differing output types and give text nodes style if they want it.
0dc35ad2 — Adrian Cochrane 5 years ago
Improve concision of Stylish HTML Conduit's API.
3630f677 — Adrian Cochrane 5 years ago
Draft html-conduit to Stylish Haskell bindings.
03ba02a4 — Adrian Cochrane 5 years ago
Initialize stylish-html-conduit sidemodule.