~alcinnz/haskell-stylist

ref: e5b85906e0829a01e2df4bd5c41451c8e18917a4 haskell-stylist/stylish-haskell.cabal -rw-r--r-- 2.7 KiB
e5b85906 — Adrian Cochrane 5 years ago
Add support for psuedoelements/classes.
ccae6742 — Adrian Cochrane 5 years ago
Improve code cleanliness to avoid future bugs.
b15571fe — Adrian Cochrane 5 years ago
Add method to override CSS inheritance.
7061161d — Adrian Cochrane 5 years ago
Parse HTML 'style' attributes.
be4bb6f0 — Adrian Cochrane 5 years ago
Fix parser freezes, blocking issue for Rhapsode.
8b7a9e9b — Adrian Cochrane 5 years ago
Ignore invalid selectors.
5f4c8cd6 — Adrian Cochrane 5 years ago
Aid attribute sorting, fix install of internal modules.
a0d464bd — Adrian Cochrane 5 years ago
Fix cabal file.
af343c17 — Adrian Cochrane 5 years ago
Switch to new namespace for consistency with other modules like css-syntax.
16597996 — Adrian Cochrane 5 years ago
Index style rules to quickly narrow down which ones match a given element.
ceb3b528 — Adrian Cochrane 5 years ago
Add and pass some unit tests.
b26bb3d1 — Adrian Cochrane 5 years ago
Implement basic parser. TODO test.
6a716488 — Adrian Cochrane 5 years ago
Model the tree being matched, to be converted from XML conduit.
22d07de9 — Adrian Cochrane 5 years ago
Init module.