robot-gui/tailwind.config.js
2022-09-24 21:12:46 -04:00

8 lines
119 B
JavaScript

module.exports = {
content: ["./templates/**/*.html"],
theme: {
extend: {},
},
plugins: [],
};