Widely available
This feature is well established and works across many devices and browser versions.
Chrome
Edge
Firefox
Safari
brw-0border-right-width: 0;brw-1border-right-width: 1px;brw-2border-right-width: 2px;brw-3border-right-width: 3px;brw-4border-right-width: 4px;brw-5border-right-width: 5px;brw-6border-right-width: 6px;brw-7border-right-width: 7px;brw-8border-right-width: 8px;Responsiveness
Use breakpoint prefixes to target different screen sizes. Styles apply from the breakpoint & up.
Target viewport sizes with breakpoint prefixes.
sm:brw-(value)Small≥640px
md:brw-(value)Medium≥768px
lg:brw-(value)Large≥1024px
xxl:brw-(value)Extra Large≥1536px
Hover State
Apply styles conditionally on hover using the h: prefix.
Add the h: prefix to apply styles only when the user hovers over the element.
Syntax:
h:brw-(value)Logical Properties
Use logical properties to adapt to the document's writing mode & direction.
Border Inline End Width
Set the logical inline-end border width for an element.
Widely available
This feature is well established and works across many devices and browser versions.
Chrome
Edge
Firefox
Safari
biew-0border-inline-end-width: 0;biew-1border-inline-end-width: 1px;biew-2border-inline-end-width: 2px;biew-3border-inline-end-width: 3px;biew-4border-inline-end-width: 4px;biew-5border-inline-end-width: 5px;biew-6border-inline-end-width: 6px;biew-7border-inline-end-width: 7px;biew-8border-inline-end-width: 8px;