mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
1.8 KiB
1.8 KiB
| extends | title | description | features | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _layouts.documentation | Border Style | Utilities for controlling the style of an element's borders. |
|
@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. |