Border Width - 图1

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.

Class

Border Width - 图2

Side (optional)

Border Width - 图3

All (default)

Border Width - 图4

Top

Border Width - 图5

Right

Border Width - 图6

Bottom

Border Width - 图7

Left

Width (optional)

Border Width - 图8

0px

Border Width - 图9

1px (default)

Border Width - 图10

2px

Border Width - 图11

4px

Border Width - 图12

8px

Customizing

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:

Border Width - 图13

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:

Border Width - 图14