Module

Stylesheet.Types.CSSRuleSet

Package
purescript-stylesheet
Repository
danieljharvey/purescript-stylesheet

#CSSRuleSet Source

newtype CSSRuleSet p

CSSRuleSet is what we build up for a style

Constructors

Instances

#str Source

str :: forall props. String -> CSSRuleSet props

Create a rule that takes no props

#fun Source

fun :: forall props. (props -> String) -> CSSRuleSet props

Create a rule that receives the props

#media Source

media :: forall props. String -> CSSRuleSet props -> CSSRuleSet props

Create a media query