4 lines
No EOL
102 B
JavaScript
4 lines
No EOL
102 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ['./templates/*.html'],
|
|
}; |