sycophancy-benchmark / tailwind.config.js
Ryan Da
added tailwind css
55f240a
raw
history blame contribute delete
156 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
}