mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-05 06:20:10 +01:00
7 lines
197 B
JavaScript
7 lines
197 B
JavaScript
import tailwind from 'tailwindcss'
|
|
import autoprefixer from 'autoprefixer'
|
|
import tailwindConfig from './tailwind.config.js'
|
|
|
|
export default {
|
|
plugins: [tailwind(tailwindConfig), autoprefixer],
|
|
} |