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