~alcinnz/haskell-stylist

ref: 9e7ce5e0276deb36fd859380d5ad1f0683108825 haskell-stylist/src/Stylish.hs -rw-r--r-- 179 bytes
9e7ce5e0 — Adrian Cochrane Expose common interface above all selector passes. 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