Skip to main content
Module

x/frugal/dep/lightningcss.ts>BoxPack

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

A value for the legacy (prefixed) box-pack property. Equivalent to the justify-content property in the standard syntax.

definition:
| "start"
| "end"
| "center"
| "justify"