~alcinnz/haskell-stylist

ref: fbd32fe1152449a7d5490614a674167a6e82aab8 haskell-stylist/src/Data/CSS/Syntax/Selector.hs -rw-r--r-- 316 bytes
fbd32fe1 — Adrian Cochrane Draft @counter-style support, with sample CSS. 1 year, 7 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