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
Current section
Files
template/$PROJECT_NAME$/assets/tailwind.config.js
module.exports = {
theme: {
extend: {
height: {
'custom-40': '40rem'
}
}
},
variants: {},
plugins: []
}