mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-21 13:08:40 -05:00
6 lines
143 B
JavaScript
6 lines
143 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./src/**/*.{ts,tsx}", "./emails/**/*.{ts,tsx}"],
|
|
plugins: [],
|
|
};
|