Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/@unocss/preset-typography.ts>TypographyOptions

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
interface TypographyOptions
import { type TypographyOptions } from "https://deno.land/x/netzo@0.4.42/deps/@unocss/preset-typography.ts";

Properties

optional
selectorName: string

The selector name to use the typographic utilities. To undo the styles to the elements, use it like not-${selectorName} which is by default not-prose.

Note: not utility is only available in class mode.

optional
cssExtend: Record<string, CSSObject> | ((theme: Theme) => Record<string, CSSObject>)

Extend or override CSS selectors with CSS declaration block.

optional
compatibility: TypographyCompatibilityOptions

Compatibility option. Notice that it will affect some features. For more instructions, see README

optional
deprecated
className: string