Safe Haskell | None |
---|---|
Language | Haskell98 |
- class All a where
- class Auto a where
- class Baseline a where
- class Center a where
- class Inherit a where
- class None a where
- class Normal a where
- class Visible a where
- class Hidden a where
- class Initial a where
- class Unset a where
- class Other a where
- allValue :: Value
- autoValue :: Value
- baselineValue :: Value
- centerValue :: Value
- inheritValue :: Value
- normalValue :: Value
- noneValue :: Value
- visibleValue :: Value
- hiddenValue :: Value
- initialValue :: Value
- unsetValue :: Value
- browsers :: Prefixed
- call :: (IsString s, Monoid s) => s -> s -> s
- fracMod :: RealFrac a => a -> a -> a
- decimalRound :: RealFrac a => a -> Int -> a
Documentation
class Inherit a where Source #
The other type class is used to escape from the type safety introduced by
embedding CSS properties into the typed world of Clay. Other
allows you to
cast any Value
to a specific value type.
centerValue :: Value Source #
inheritValue :: Value Source #
normalValue :: Value Source #
visibleValue :: Value Source #
initialValue :: Value Source #
unsetValue :: Value Source #
Common list browser prefixes to make experimental properties work in different browsers.
decimalRound :: RealFrac a => a -> Int -> a Source #