~alcinnz/haskell-stylist

ref: 3630f677bc804ae9c6a86908e67b7e116a2123c0 haskell-stylist/src/Stylish.hs -rw-r--r-- 179 bytes
3630f677 — Adrian Cochrane Draft html-conduit to Stylish Haskell bindings. 5 years ago
                                                                                
1
2
3
4
5
6
7
8
module Stylish(
        parse,
        StyleSheet, addRule, addAtRule,
        StyleRule,
        Selector, Combinator, SimpleSelector, AttrTest
    ) where

import Stylish.Parse