~alcinnz/haskell-stylist

ref: 062bdd9817d994a3473b659c499b62b938a6c6a0 haskell-stylist/src/Stylish.hs -rw-r--r-- 179 bytes
062bdd98 — Adrian Cochrane Unit test the selector compiler. 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