Border Left Width

Set the left border width for an element.

Widely available

This feature is well established and works across many devices and browser versions.

Chrome
Edge
Firefox
Safari

Usage

Apply a 0.25 rem left border width to an element.

<div class="w-16 h-16 bc-indigo bs-s blw-4"></div>

Responsiveness

Use breakpoint prefixes to target different screen sizes. Styles apply from the breakpoint & up.

Target viewport sizes with breakpoint prefixes.

sm:blw-*
Small640px
md:blw-*
Medium768px
lg:blw-*
Large1024px
xxl:blw-*
Extra Large1536px

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:blw-*

Logical Properties

Use logical properties to adapt to the document's writing mode & direction.

Border Inline Start Width

Set the logical inline-start border width for an element.

Widely available

This feature is well established and works across many devices and browser versions.

Chrome
Edge
Firefox
Safari

<div class="w-16 h-16 bc-indigo bs-s bisw-4"></div>