Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias FlexLinePack
import { type FlexLinePack } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

A value for the legacy (prefixed) flex-line-pack property. Equivalent to the align-content property in the standard syntax.

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