ig.rizaldy.club/tailwind.config.js

10 lines
184 B
JavaScript
Raw Permalink Normal View History

2024-01-30 23:47:14 +07:00
/** @type {import('tailwindcss').Config} */
module.exports = {
mode: "jit",
content: ["./pages/**/*.js", "./components/**/*.js"],
theme: {
extend: {},
},
plugins: [],
};