mirror of
https://github.com/facebookresearch/segment-anything.git
synced 2025-06-03 14:59:27 +08:00
7 lines
135 B
JavaScript
7 lines
135 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./src/**/*.{html,js,tsx}"],
|
|
theme: {},
|
|
plugins: [],
|
|
};
|