~alcinnz/haskell-stylist

ref: 620c530c2e1346c26068eaa6e7d6997d74a2ac4e haskell-stylist/src/Data/CSS/Syntax/Selector.hs -rw-r--r-- 316 bytes
620c530c — Adrian Cochrane Add new support APIs to Stylist Traits, releasing v0.1.2! 1 year, 6 months ago
                                                                                
186cbffa Adrian Cochrane
a73ae441 Adrian Cochrane
c1fca3d5 Adrian Cochrane
62083a71 Adrian Cochrane
c1fca3d5 Adrian Cochrane
a73ae441 Adrian Cochrane
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