I need to set div width to 110%, but it doesn't seem possible with Tailwind CSS.
Their documentation only specifies a 100% value.
| Class | Properties |
|---|---|
| w-full | width: 100%; |
You can use JIT as w-[110%].
JIT mode is default in Tailwind v3 and these values are called arbitrary values.
In v2 you have to enable JIT mode.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With