~alcinnz/haskell-stylist

ref: df2761aad16333724b3fe15635d4d99e1663f3c5 haskell-stylist/src/Stylish.hs -rw-r--r-- 179 bytes
df2761aa — Adrian Cochrane Compile 'complex' selectors (ones with multiple tests but no tree traversal). 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