mirror of
https://github.com/meshtastic/web.git
synced 2026-04-22 14:59:20 -04:00
7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
};
|