carya.software/tailwind.config.js
2023-08-26 14:17:16 -04:00

9 lines
170 B
JavaScript

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