Packages

An opinionated template to create phoenix apps, using live view and tailwind.

Retired package: Renamed - gen_template_dino_live_view

Current section

Files

Jump to
gen_dino_template template $PROJECT_NAME$ assets tailwind.config.js
Raw

template/$PROJECT_NAME$/assets/tailwind.config.js

module.exports = {
theme: {
extend: {
height: {
'custom-40': '40rem'
}
}
},
variants: {},
plugins: []
}