langflow/space_flow/tailwind.config.js
2023-02-08 20:15:01 -03:00

8 lines
155 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,ts,tsx,jsx}"],
theme: {
extend: {},
},
plugins: [],
}