~alcinnz/haskell-stylist

ref: df951629b15966b6c5cf82ae07b158ccda5fc2f6 haskell-stylist/src/Stylish.hs -rw-r--r-- 179 bytes
df951629 — Adrian Cochrane Improve parsing API. 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