~alcinnz/haskell-stylist

ref: 67f348bb09a6bff991c3089b0aa68b2a8f8ff6a0 haskell-stylist/src/Data/CSS/Preprocessor/Text.hs -rw-r--r-- 20.4 KiB
3efc7613 — Adrian Cochrane 1 year, 15 days ago
Improve reliability of incrementing list-item counter; release 2.6!
5cc97dd9 — Adrian Cochrane 1 year, 16 days ago
Ensure newline-collapse settings are preserved, code tidies regarding whitespace collapsing.
95737cbd — Adrian Cochrane 1 year, 16 days ago
Add speak-as support in counter-styles, some codestyle improvements.
f58afc00 — Adrian Cochrane 1 year, 16 days ago
Correct inherieance to include unmodified counters.
9d1815a2 — Adrian Cochrane 1 year, 16 days ago
Add support for marker-side property.
3d212fbf — Adrian Cochrane 1 year, 16 days ago
Corrections for display: list-item.
1. It's display: list-item, not display: list
2. Insert an implicit counter-increment: list-item
cdfed3f9 — Adrian Cochrane 1 year, 17 days ago
Preprocess away lists, add builtin ::before/::after support.
30021fd1 — Adrian Cochrane 1 year, 18 days ago
Implement counter-styles into counters infrastructure.
a27216ff — Adrian Cochrane 1 year, 19 days ago
Move shorthand utils into Stylist Traits & switch to matching license.
227d7ca1 — Adrian Cochrane 1 year, 21 days ago
Parse longhand list-style property.
5dc32d06 — Adrian Cochrane 1 year, 21 days ago
Parse list-style longhand properties, tweak counter-lookup.
acad9091 — Adrian Cochrane 4 years ago
Test counters() handling against longhand rather than shorthand.

Because that's where it'll be passed
2ba0a92a — Adrian Cochrane 4 years ago
Start testing counters implementations, fix syntactic shorthand lowering for counter[s]() functions.
277f756c — Adrian Cochrane 4 years ago
Release new Haskell Stylist & XML Conduit Stylist!

XML Conduit Stylist changed to abstract away Haskell Stylist's breaking datastructure changes.
90cf1ea6 — Adrian Cochrane 4 years ago
Substitute in counters for any CSS textual property, not just `content`.

Will be required by Rhapsode for navigational markers.
b93db8b7 — Adrian Cochrane 4 years ago
Implement whitespace collapse, togglable via white-space: pre/normal;
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.