~alcinnz/haskell-stylist

ref: 768a480d006a0bb80d3f56e5ebdaee42af15fa7e haskell-stylist/src/Stylish.hs -rw-r--r-- 179 bytes
768a480d — Adrian Cochrane Cascade CSS properties. 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