~alcinnz/haskell-stylist

ref: af343c17aff209814fad0bbc9918eb2fda049ee7 haskell-stylist/src/Stylish.hs -rw-r--r-- 179 bytes
af343c17 — Adrian Cochrane Switch to new namespace for consistency with other modules like css-syntax. 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