mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-01-29 16:22:50 -05:00
7 lines
73 B
JavaScript
7 lines
73 B
JavaScript
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
};
|