ollama/macapp/tailwind.config.js

7 lines
140 B
JavaScript
Raw Normal View History

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