implement signature preview
This commit is contained in:
@@ -3,8 +3,8 @@ 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'
|
||||
'./app/views/submit_flow/**/*.erb',
|
||||
'./app/views/start_flow/**/*.erb',
|
||||
'./app/views/send_submission_copy/**/*.erb'
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user