code-translator / tailwind.config.js
khulnasoft's picture
Upload 24 files
8e20687 verified
raw
history blame contribute delete
No virus
193 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {}
},
plugins: []
};