5 lines
139 B
JavaScript
5 lines
139 B
JavaScript
|
|
/** @type {import('tailwindcss').Config} */
|
||
|
|
export default {
|
||
|
|
content: ["./views/**/*.{html,ejs,pug,hbs}", "./public/**/*.{html,js}"],
|
||
|
|
};
|