mstickers/tailwind.config.js
Kentai Radiquum 999ba6acbe
REFACTOR | BROKEN CHANGES
- Refactor Index Page SSG to EJS template engine
2025-01-23 13:47:43 +05:00

8 lines
No EOL
193 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/templates/**/*.{html,js,ejs}", "./static/**/*.{html,js,ejs}"],
theme: {
extend: {},
},
plugins: [],
}