Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
class GlobalClassName
import { GlobalClassName } from "https://deno.land/x/frugal@0.5.0/packages/loader_style/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.