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

x/frugal/dep/lightningcss.ts>FlexFlow

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

A value for the flex-flow shorthand property.

Properties

direction: FlexDirection

The direction that flex items flow.

wrap: FlexWrap

How the flex items wrap.