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

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

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

Type Parameters

optional
TLength = string | 0

Properties

optional
MozAnimation: AnimationProperty | AnimationProperty[]
optional
MozBorderImage: BorderImageProperty | BorderImageProperty[]
optional
MozTransition: TransitionProperty | TransitionProperty[]
optional
msContentZoomLimit: GlobalsString | GlobalsString[]
optional
msScrollLimit: GlobalsString | GlobalsString[]
optional
msScrollSnapX: GlobalsString | GlobalsString[]
optional
msScrollSnapY: GlobalsString | GlobalsString[]
optional
msTransition: TransitionProperty | TransitionProperty[]
optional
WebkitAnimation: AnimationProperty | AnimationProperty[]
optional
WebkitBorderImage: BorderImageProperty | BorderImageProperty[]
optional
WebkitBorderRadius: BorderRadiusProperty<TLength> | BorderRadiusProperty<TLength>[]
optional
WebkitColumnRule: ColumnRuleProperty<TLength> | ColumnRuleProperty<TLength>[]
optional
WebkitColumns: ColumnsProperty<TLength> | ColumnsProperty<TLength>[]
optional
WebkitFlex: FlexProperty<TLength> | FlexProperty<TLength>[]
optional
WebkitFlexFlow: FlexFlowProperty | FlexFlowProperty[]
optional
WebkitTextEmphasis: TextEmphasisProperty | TextEmphasisProperty[]
optional
WebkitTransition: TransitionProperty | TransitionProperty[]