mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-15 02:50:10 +01:00
245d1b878e
* Patch Embed styles with prefixing * forgot files
10 lines
210 B
JavaScript
10 lines
210 B
JavaScript
import tailwind from 'tailwindcss'
|
|
import autoprefixer from 'autoprefixer'
|
|
import tailwindConfig from './tailwind.config.js'
|
|
|
|
export default {
|
|
plugins: [
|
|
tailwind(tailwindConfig),
|
|
autoprefixer,
|
|
],
|
|
} |