mirror of
https://github.com/tl-open-source/tl-rtc-file.git
synced 2025-10-05 23:46:49 +08:00
9 lines
138 B
JavaScript
9 lines
138 B
JavaScript
export default {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'tailwindcss/nesting': {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|