mirror of
https://github.com/docusealco/docuseal.git
synced 2026-06-23 04:10:11 +00:00
10 lines
174 B
JavaScript
10 lines
174 B
JavaScript
const baseConfigs = require('./tailwind.config.js')
|
|
|
|
module.exports = {
|
|
...baseConfigs,
|
|
content: [
|
|
'./app/javascript/**/*.{js,vue}',
|
|
'./app/views/**/*.erb'
|
|
]
|
|
}
|