~alcinnz/haskell-stylist

ref: fcbba23e577176b22b66ce920fe933c38df2867f haskell-stylist/src/Data d---------
fcbba23e — Adrian Cochrane 4 years ago
Implement style tree flattening utility.

This will be useful in Rhapsode for making sure voice synthesizers continue to
have full voice features information as the user jumps around the document.
And it will be useful for visual browsers in transitioning from layout to render.
b93db8b7 — Adrian Cochrane 4 years ago
Implement whitespace collapse, togglable via white-space: pre/normal;
5f40f7e8 — Adrian Cochrane 4 years ago
Abstract Tree traversal (commited out-of-order).
216e4e39 — Adrian Cochrane 4 years ago
Parse & prepare to handle white-space: pre;
8ffc0dd2 — Adrian Cochrane 4 years ago
Implement CSS3 counters.
9e14bcfe — Adrian Cochrane 4 years ago
Parse CSS counters.
70713fc6 — Adrian Cochrane 4 years ago
Fix compilation of Assets StyleSheets.
b24d4208 — Adrian Cochrane 4 years ago
Optimize: use HashMap.Lazy for cascade.
dc780976 — Adrian Cochrane 4 years ago
Provide utilities for rewriting CSS-referenced URLs.
186cbffa — Adrian Cochrane 4 years ago
Improve documentation, release version 1.2
2277b56b — Adrian Cochrane 4 years ago
Write reference documentation.
9da41d4e — Adrian Cochrane 4 years ago
Request @import'd styles concurrently.
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.
950b7f7d — Adrian Cochrane 4 years ago
Release Haskell Stylist 1.1.0.0!
04976d4d — Adrian Cochrane 4 years ago
Unittest conditional styles, add loadImports API to fit Rhapsode's use.
c66e9303 — Adrian Cochrane 4 years ago
Test rules capturing of ConditionalStyleSheet.
e73cd8f9 — Adrian Cochrane 4 years ago
Code cleanliness: drop unneeded ' from Data.CSS.Style.Cascade.dispatch'
349b947a — Adrian Cochrane 4 years ago
Test CSS variables.
21baea3d — Adrian Cochrane 4 years ago
Fix: ConditionalStyles reversed CSS precedance.
Next