mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 14:28:20 +01:00
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
|
|
module.exports = {
|
||
|
|
plugins: {
|
||
|
|
tailwindcss: {},
|
||
|
|
autoprefixer: {},
|
||
|
|
},
|
||
|
|
};
|