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

x/frugal/dep/lightningcss.ts>FlexWrap

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

A value for the flex-wrap property.

definition: "nowrap" | "wrap" | "wrap-reverse"