mirror of
https://github.com/PotentiaRobotics/robot-gui.git
synced 2025-04-15 16:50:17 -04:00
8 lines
119 B
JavaScript
8 lines
119 B
JavaScript
module.exports = {
|
|
content: ["./templates/**/*.html"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|