Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
class GlobalClassName
import { GlobalClassName } from "https://deno.land/x/frugal@0.5.0/docs/dep/frugal/styled.ts";

Wrapper around Rules to expose a styled tagged template

Constructors

new
GlobalClassName(name: string)

Properties

name: string

Methods

styled(template: TemplateStringsArray, ...interpolations: Interpolable[])

a Rules and KeyFrames aware tagged template returning a Rules. The generated className might NOT be unique.