mirror of
https://github.com/PotentiaRobotics/robot-gui.git
synced 2025-04-20 19:00:16 -04:00
updated to work with tailwind
This commit is contained in:
parent
1297eb4cca
commit
d730a4fa88
|
@ -1,7 +1,11 @@
|
||||||
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: ["./templates/**/*.html"],
|
content: [
|
||||||
|
"./templates/**/*.html",
|
||||||
|
"./static/src/**/*.js"
|
||||||
|
],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
};
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user