ollama/macapp/tailwind.config.js

7 lines
140 B
JavaScript
Raw Permalink Normal View History

2023-06-23 00:45:31 +08:00
/** @type {import('tailwindcss').Config} */
module.exports = {
2023-06-24 03:04:38 +08:00
content: ['./src/**/*.{js,ts,jsx,tsx,mdx}'],
2023-06-23 00:45:31 +08:00
theme: {},
plugins: [],
}