~alcinnz/haskell-stylist

ref: 227d7ca1f8dafec0c42275f6c07c6d142c79eb46 haskell-stylist/src/Data/CSS/Syntax/Selector.hs -rw-r--r-- 316 bytes
227d7ca1 — Adrian Cochrane Parse longhand list-style property. 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
-- | Parses CSS selectors
-- See `parseSelectors`
--
-- Backwards-compatibility module, this API has been moved out into "stylist-traits".
module Data.CSS.Syntax.Selector(
        Selector(..), SimpleSelector(..), PropertyTest(..), PropertyFunc(..),
        parseSelectors
    ) where

import Stylist.Parse.Selector