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

x/levo/src/css-types.ts>StandardShorthandPropertiesFallback

Server side rendering with The Elm Architecture in Deno
Latest
interface StandardShorthandPropertiesFallback
import { type StandardShorthandPropertiesFallback } from "https://deno.land/x/levo@v0.0.27/src/css-types.ts";

Type Parameters

optional
TLength = string | 0

Properties

optional
all: Globals | Globals[]
optional
animation: AnimationProperty | AnimationProperty[]
optional
borderColor: BorderColorProperty | BorderColorProperty[]
optional
borderImage: BorderImageProperty | BorderImageProperty[]
optional
borderStyle: BorderStyleProperty | BorderStyleProperty[]
optional
flexFlow: FlexFlowProperty | FlexFlowProperty[]
optional
font: FontProperty | FontProperty[]
optional
grid: GridProperty | GridProperty[]
optional
gridArea: GridAreaProperty | GridAreaProperty[]
optional
gridColumn: GridColumnProperty | GridColumnProperty[]
optional
gridRow: GridRowProperty | GridRowProperty[]
optional
gridTemplate: GridTemplateProperty | GridTemplateProperty[]
optional
lineClamp: LineClampProperty | LineClampProperty[]
optional
listStyle: ListStyleProperty | ListStyleProperty[]
optional
maskBorder: MaskBorderProperty | MaskBorderProperty[]
optional
overflow: OverflowProperty | OverflowProperty[]
optional
placeItems: PlaceItemsProperty | PlaceItemsProperty[]
optional
placeSelf: PlaceSelfProperty | PlaceSelfProperty[]
optional
textEmphasis: TextEmphasisProperty | TextEmphasisProperty[]
optional
transition: TransitionProperty | TransitionProperty[]