mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-17 21:53:12 +02:00
8 lines
102 B
JavaScript
Executable File
8 lines
102 B
JavaScript
Executable File
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
// 'flex-gap-polyfill': {}
|
|
}
|
|
};
|