clay-0.8: CSS preprocessor as embedded Haskell.

Safe HaskellNone

Clay.Mask

Contents

Synopsis

Generic mask property.

class Val a => Mask a whereSource

We implement the generic mask property as a type class that accepts multiple value types. This allows us to combine different mask aspects into a shorthand syntax.

Methods

mask :: a -> CssSource

The mask-composite.

The mask-position.

The mask-size.

The mask-repeat.

The mask-origin.

The mask-clip.

The mask-attachment.

The mask-image.