carya.software/tailwind.config.js

10 lines
170 B
JavaScript
Raw Normal View History

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