mirror of
https://github.com/BradNut/TofuStack
synced 2025-09-08 17:40:26 +00:00
7 lines
73 B
JavaScript
7 lines
73 B
JavaScript
|
|
export default {
|
||
|
|
plugins: {
|
||
|
|
tailwindcss: {},
|
||
|
|
autoprefixer: {}
|
||
|
|
}
|
||
|
|
};
|