8 lines
138 B
JavaScript
8 lines
138 B
JavaScript
module.exports = {
|
|
content: [
|
|
'./renderer/**/*.{js,jsx,ts,tsx,html}',
|
|
'./*.html',
|
|
],
|
|
theme: { extend: {} },
|
|
plugins: [],
|
|
} |