Kostom.net

border-width


Utilities for controlling an element's border width. Check this unity documentation for more information on border-width.
ClassStyles
borderborder-width: 1px;
border-<number>border-width: <number>px;
border-(length:<custom-property>)border-width: var(<custom-property>);
border-[<value>]border-width: <value>;
border-x
border-right-width: 1px;
border-left-width: 1px;
border-x-<number>
border-right-width: <number>px;
border-left-width: <number>px;
border-x-(length:<custom-property>)
border-right-width: var(<custom-property>);
border-left-width: var(<custom-property>);
border-x-[<value>]
border-right-width: <value>;
border-left-width: <value>;
border-y
border-top-width: 1px;
border-bottom-width: 1px;
border-y-<number>
border-top-width: <number>px;
border-bottom-width: <number>px;
border-y-(length:<custom-property>)
border-top-width: var(<custom-property>);
border-bottom-width: var(<custom-property>);
border-y-[<value>]
border-top-width: <value>;
border-bottom-width: <value>;
border-tborder-top-width: 1px;
border-t-<number>border-top-width: <number>px;
border-t-(length:<custom-property>)border-top-width: var(<custom-property>);
border-t-[<value>]border-top-width: <value>;
border-rborder-right-width: 1px;
border-r-<number>border-right-width: <number>px;
border-r-(length:<custom-property>)border-right-width: var(<custom-property>);
border-r-[<value>]border-right-width: <value>;
border-bborder-bottom-width: 1px;
border-b-<number>border-bottom-width: <number>px;
border-b-(length:<custom-property>)border-bottom-width: var(<custom-property>);
border-b-[<value>]border-bottom-width: <value>;
border-lborder-left-width: 1px;
border-l-<number>border-left-width: <number>px;
border-l-(length:<custom-property>)border-left-width: var(<custom-property>);
border-l-[<value>]border-left-width: <value>;