smaller tailwind build for emails
This commit is contained in:
14
config/tailwind.email.js
Normal file
14
config/tailwind.email.js
Normal file
@ -0,0 +1,14 @@
|
||||
const defaultTheme = require('tailwindcss/defaultTheme')
|
||||
|
||||
module.exports = {
|
||||
corePlugins: {
|
||||
preflight: false,
|
||||
opacity: false,
|
||||
},
|
||||
content: [
|
||||
'./app/views/merged/view/**/*.haml',
|
||||
'./lib/**/*.rb'
|
||||
],
|
||||
plugins: [
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user