~alcinnz/haskell-stylist

ref: e65bf5632729f04b25cf9c304f3434b9052c2358 haskell-stylist/src/Data/CSS/Syntax/Selector.hs -rw-r--r-- 316 bytes
e65bf563 — Adrian Cochrane Adjust cascade shorthand to feed pseudoelements to the property parsers, 1 year, 6 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