~alcinnz/haskell-stylist

ref: ee89bcfdbf10f2759cf3b618a5fa3f2b0bbafa6c haskell-stylist/src/Stylish.hs -rw-r--r-- 179 bytes
ee89bcfd — Adrian Cochrane Abstract away RuleStore construction. 5 years ago
                                                                                
b26bb3d1 Adrian Cochrane
1
2
3
4
5
6
7
8
module Stylish(
        parse,
        StyleSheet, addRule, addAtRule,
        StyleRule,
        Selector, Combinator, SimpleSelector, AttrTest
    ) where

import Stylish.Parse