~alcinnz/haskell-stylist

ref: dd6765e12e0959c2a33e885f35441b1c5b2cbaa1 haskell-stylist/stylish-html-conduit/src/Data/HTML2CSS.hs -rw-r--r-- 5.4 KiB
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.