🎉 Add the mail template project
This commit is contained in:
11
DysonNetwork.Pass/Mailart/tailwind.config.js
Normal file
11
DysonNetwork.Pass/Mailart/tailwind.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
presets: [
|
||||
require('tailwindcss-preset-email'),
|
||||
],
|
||||
content: [
|
||||
'./components/**/*.html',
|
||||
'./emails/**/*.html',
|
||||
'./layouts/**/*.html',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user