Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.44 KB

_utils_logical_properties_borderinlineendwidth_.borderinlineendwidthprops.md

File metadata and controls

34 lines (18 loc) · 1.44 KB

@johanneslumpe/styled-props > "utils/logical-properties/borderInlineEndWidth" > BorderInlineEndWidthProps

Interface: BorderInlineEndWidthProps

Type parameters

T

Hierarchy

BorderInlineEndWidthProps

Index

Properties


Properties

style$BorderInlineEndWidth

● style$BorderInlineEndWidth: T

Defined in utils/logical-properties/borderInlineEndWidth.ts:12

The border-inline-end-width CSS property defines the width of the logical inline-end border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width, border-right-width, border-bottom-width, or border-left-width property depending on the values defined for writing-mode, direction, and text-orientation.

see: https://developer.mozilla.org/docs/Web/CSS/border-inline-end-width