mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 20:07:56 +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;
|