mirror of
https://git.v0l.io/Kieran/dtan.git
synced 2024-12-12 23:16:21 +00:00
7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
|
export default {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
};
|