Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/frugal/dep/lightningcss.ts>BoxAlign

A frugal web framework
Latest
type alias BoxAlign
import { type BoxAlign } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

A value for the legacy (prefixed) box-align property. Equivalent to the align-items property in the standard syntax.

definition:
| "start"
| "end"
| "center"
| "baseline"
| "stretch"