♫
📌 canary ▾
next.js
/
test
/
e2e
/
postcss-config-package
/
app
/
tailwind.config.cjs
tailwind.config.cjs
8 lines
113 B
module.exports = {
content: ['./pages/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
}
v2.0.0
/
Go
SIGN IN