mirror of
https://github.com/aaronleetw/savage-tracking.git
synced 2024-11-14 11:01:39 -08:00
9 lines
107 B
JavaScript
9 lines
107 B
JavaScript
|
const config = {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
};
|
||
|
|
||
|
module.exports = config;
|