dashi-0.1.0.0: Tasty Haskell design system
Safe HaskellNone
LanguageGHC2021

Dashi.Style.Util

Documentation

paddingYX :: Size a -> Size a -> Css Source #

varName :: (IsString s, Semigroup s) => s -> s Source #

var' :: (Val v, Other v) => Text -> [v] -> v Source #

var :: (Val v, Other v) => Text -> [v] -> v Source #

token :: (Token t, Val (ValueType t), Other (ValueType t)) => t -> ValueType t Source #

(~::) :: Val v => Key Text -> v -> Css Source #

cast :: Key a -> Key b Source #

color' :: Token t => t -> Css Source #

Orphan instances

Font Value Source # 
Instance details

Methods

font :: Value -> Css Source #