Files
BookNest/tailwind.config.js
2025-01-28 16:18:18 +01:00

12 lines
190 B
JavaScript

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