~alcinnz/haskell-stylist

ref: fe90d86e8dc1c691fc64b992d707fcb9efe18f70 haskell-stylist/src/Data/CSS/Syntax/Selector.hs -rw-r--r-- 316 bytes
fe90d86e — Adrian Cochrane Merge branch 'main' of git.argonaut-constellation.org:~alcinnz/haskell-stylist into main 1 year, 9 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