~alcinnz/haskell-stylist

ref: 932c35860693c11f4d937fdb6428cc8709436770 haskell-stylist/src/Stylish.hs -rw-r--r-- 179 bytes
932c3586 — Adrian Cochrane Improve traverseStyles type signature. 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