~alcinnz/haskell-stylist

ref: 813c306e72e72f1f1620786971e64470643ee323 haskell-stylist/src/Stylish.hs -rw-r--r-- 179 bytes
813c306e — Adrian Cochrane Reorganize modules to make space for styling passes not related to selectors. 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