Border Width
Work in progress!
More detailed documentation is coming soon, but in the meantime here's a quick class reference.
Add borders to any element using the .border{-side?}{-width?}
syntax.
For example, .border
would add a 1px
border to all sides of the element, where .border-b-4
would add a 4px
border to the bottom of the element.
border
All (default)t
Topr
Rightb
Bottoml
Left0
0px
1px (default)2
2px4
4px8
8pxCustomizing
Responsive and State Variants
By default, only responsive variants are generated for border width utilities.
You can control which variants are generated for the border width utilities by modifying the borderWidths
property in the modules
section of your Tailwind config file.
For example, this config will also generate hover and focus variants:
Disabling
If you don't plan to use the border width utilities in your project, you can disable them entirely by setting the borderWidths
property to false
in the modules
section of your config file: