mirror of
https://github.com/PotentiaRobotics/robot-gui.git
synced 2025-04-03 20:00:16 -04:00
11 lines
185 B
JavaScript
11 lines
185 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: [
|
|
"./templates/**/*.html",
|
|
"./static/src/**/*.js"
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
} |