mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 22:29:07 +00:00
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
module.exports = {
|
|
style: {
|
|
postcss: {
|
|
plugins: [require('tailwindcss'), require('autoprefixer')],
|
|
},
|
|
},
|
|
}
|