Q:

tailwind extend height

module.exports = {
    theme: {
        // ....
        extend: {
            height: {
                sm: '20rem'
            }
        }
        // ...
    }
}

// Generates h-sm with 20rem height
0

Tags

New to Communities?

Join the community