Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias TextTransformCase
import { type TextTransformCase } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

Defines how text case should be transformed in the text-transform property.

definition:
| "none"
| "uppercase"
| "lowercase"
| "capitalize"