~alcinnz/haskell-stylist

ref: ceb3b528f48d2dd77449f30800bdfecf1f6cc3ca haskell-stylist/src/Stylish.hs -rw-r--r-- 179 bytes
ceb3b528 — Adrian Cochrane Add and pass some unit tests. 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