tailwind css width 1000% code example
Example: tailwind extend height
module.exports = {
theme: {
// ....
extend: {
height: {
sm: '20rem'
}
}
// ...
}
}
// Generates h-sm with 20rem height