~alcinnz/haskell-stylist

ref: d27996ebcac2e0f1d2539634021452b5eb6966cf haskell-stylist/src/Data/CSS/Syntax/Selector.hs -rw-r--r-- 316 bytes
d27996eb — Adrian Cochrane Parse @layer rules. 2 years 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