2022-12-21 18:12:45 +00:00
|
|
|
/** @type {import('tailwindcss').Config} */
|
|
|
|
module.exports = {
|
2022-12-22 14:03:03 +00:00
|
|
|
content: ["./static/*.{js,css}", "./templates/*.html"],
|
2022-12-21 18:12:45 +00:00
|
|
|
theme: {
|
|
|
|
extend: {},
|
|
|
|
},
|
|
|
|
plugins: [],
|
2022-12-22 14:03:03 +00:00
|
|
|
};
|