~alcinnz/haskell-stylist

ref: 342f1e523517d86471c925402efeb42a08df22ed haskell-stylist/src/Stylish.hs -rw-r--r-- 179 bytes
342f1e52 — Adrian Cochrane Lookup possible styles from the index. 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