~alcinnz/haskell-stylist

ref: 971039c7fa20c1c224f84474af7ba51b73436089 haskell-stylist/src/Data/CSS/Syntax/Selector.hs -rw-r--r-- 316 bytes
971039c7 — Adrian Cochrane Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into main 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