first version
- content on index - tailwind setup
This commit is contained in:
15
assets/tailwind.config.js
Normal file
15
assets/tailwind.config.js
Normal file
@ -0,0 +1,15 @@
|
||||
// See the Tailwind configuration guide for advanced usage
|
||||
// https://tailwindcss.com/docs/configuration
|
||||
module.exports = {
|
||||
content: [
|
||||
'./js/**/*.js',
|
||||
'../lib/*_web.ex',
|
||||
'../lib/*_web/**/*.*ex'
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [
|
||||
require('@tailwindcss/forms')
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user