mirror of
https://github.com/meshtastic/web.git
synced 2026-01-18 12:31:35 -05:00
7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
};
|