~alcinnz/haskell-stylist

ref: 3bd6ae52f8c93b8c85c7b6a18e921fde7336c8e5 haskell-stylist/src/Stylish.hs -rw-r--r-- 179 bytes
3bd6ae52 — Adrian Cochrane Test/fix cascade logic for selector specificity. 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