initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
const baseConfigs = require('./tailwind.config.js')
|
||||
|
||||
module.exports = {
|
||||
...baseConfigs,
|
||||
content: [
|
||||
'./app/views/submit_flow/*.erb',
|
||||
'./app/views/start_flow/*.erb',
|
||||
'./app/views/send_submission_copy/*.erb'
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user