mirror of
https://git.v0l.io/Kieran/dtan.git
synced 2025-01-07 09:10:07 +00:00
7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
|
export default {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
};
|