tailwindcss/docs/source/docs/border-style.blade.md
2017-10-31 18:34:33 -04:00

2.1 KiB

extends title
_layouts.documentation Border Style

Border Style

Utilities for controlling the style of an element's borders.

@include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => false, 'hover' => false, 'focus' => false ])

@include('_partials.work-in-progress')

Class Properties Description
.border-dashed border-style: dashed; Sets the border style on an element to dashed.
.border-dotted border-style: dotted; Sets the border style on an element to dotted.
.border-none border-style: none; Disables the border on an element.