mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-12 15:48:12 +00:00
10 lines
No EOL
210 B
JavaScript
10 lines
No EOL
210 B
JavaScript
import tailwind from 'tailwindcss'
|
|
import autoprefixer from 'autoprefixer'
|
|
import tailwindConfig from './tailwind.config.js'
|
|
|
|
export default {
|
|
plugins: [
|
|
tailwind(tailwindConfig),
|
|
autoprefixer,
|
|
],
|
|
} |