mirror of
https://github.com/makeplane/plane.git
synced 2025-12-20 21:59:34 +01:00
6 lines
151 B
JavaScript
6 lines
151 B
JavaScript
const config = require("@plane/tailwind-config/tailwind.config.js");
|
|
|
|
config.content.files = ["./src/**/*.{js,ts,jsx,tsx}"];
|
|
|
|
module.exports = config;
|