stylist-2.7.0.1: Apply CSS styles to a document tree.
Safe HaskellNone
LanguageHaskell2010

Data.CSS.Preprocessor.PsuedoClasses

Description

Lowers psuedoclasses to rawer syntactic forms.

Documentation

data LowerPsuedoClasses s Source #

Constructors

LowerPsuedoClasses 

Fields

addTest :: Text -> Maybe Text -> Text -> PropertyFunc -> LowerPsuedoClasses s -> LowerPsuedoClasses s Source #

data PropertyTest #

Instances

Instances details
Eq PropertyTest 
Instance details

Defined in Stylist.Parse.Selector

Methods

(==) :: PropertyTest -> PropertyTest -> Bool

(/=) :: PropertyTest -> PropertyTest -> Bool

Show PropertyTest 
Instance details

Defined in Stylist.Parse.Selector

Methods

showsPrec :: Int -> PropertyTest -> ShowS

show :: PropertyTest -> String

showList :: [PropertyTest] -> ShowS

Hashable PropertyTest Source # 
Instance details

Defined in Data.CSS.Style.Selector.Index

Methods

hashWithSalt :: Int -> PropertyTest -> Int #

hash :: PropertyTest -> Int #