Skip to main content
Module

x/clazzx/mod.ts>Style

ClazzX is a small typesafe utility library for composing HTML classes.
Go to Latest
class Style
import { Style } from "https://deno.land/x/clazzx@0.0.2/mod.ts";

Constructors

new
Style(options?: StyleOptions)

Properties

protected
__after: Clx
protected
__before: Clx
protected
base: Clx
protected
compounds: Array<{ states: Array<string>; classes: Clx; }>
protected
default: Clx

Methods

classes(input?: StyleProps<this>): string