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

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

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

Type Parameters

optional
TLength = string | 0

Properties

optional
all: Globals
optional
animation: AnimationProperty
optional
background: BackgroundProperty<TLength>
optional
border: BorderProperty<TLength>
optional
borderBlock: BorderBlockProperty<TLength>
optional
borderBlockEnd: BorderBlockEndProperty<TLength>
optional
borderBlockStart: BorderBlockStartProperty<TLength>
optional
borderBottom: BorderBottomProperty<TLength>
optional
borderColor: BorderColorProperty
optional
borderImage: BorderImageProperty
optional
borderInline: BorderInlineProperty<TLength>
optional
borderInlineEnd: BorderInlineEndProperty<TLength>
optional
borderInlineStart: BorderInlineStartProperty<TLength>
optional
borderLeft: BorderLeftProperty<TLength>
optional
borderRadius: BorderRadiusProperty<TLength>
optional
borderRight: BorderRightProperty<TLength>
optional
borderStyle: BorderStyleProperty
optional
borderTop: BorderTopProperty<TLength>
optional
borderWidth: BorderWidthProperty<TLength>
optional
columnRule: ColumnRuleProperty<TLength>
optional
columns: ColumnsProperty<TLength>
optional
flex: FlexProperty<TLength>
optional
flexFlow: FlexFlowProperty
optional
font: FontProperty
optional
gap: GapProperty<TLength>
optional
grid: GridProperty
optional
gridArea: GridAreaProperty
optional
gridColumn: GridColumnProperty
optional
gridRow: GridRowProperty
optional
gridTemplate: GridTemplateProperty
optional
lineClamp: LineClampProperty
optional
listStyle: ListStyleProperty
optional
margin: MarginProperty<TLength>
optional
mask: MaskProperty<TLength>
optional
maskBorder: MaskBorderProperty
optional
motion: OffsetProperty<TLength>
optional
offset: OffsetProperty<TLength>
optional
outline: OutlineProperty<TLength>
optional
overflow: OverflowProperty
optional
padding: PaddingProperty<TLength>
optional
placeItems: PlaceItemsProperty
optional
placeSelf: PlaceSelfProperty
optional
textDecoration: TextDecorationProperty<TLength>
optional
textEmphasis: TextEmphasisProperty
optional
transition: TransitionProperty