mirror of
https://github.com/PotentiaRobotics/robot-gui.git
synced 2025-04-09 14:20: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 = {
|
||||
content: ["./templates/**/*.html"],
|
||||
content: [
|
||||
"./templates/**/*.html",
|
||||
"./static/src/**/*.js"
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user