~alcinnz/haskell-stylist

ref: 38022972af85067203abd9b8855ad0f9e56a0399 haskell-stylist/src/Stylish.hs -rw-r--r-- 179 bytes
38022972 — Adrian Cochrane Implement dispatching parser of 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