mirror of
https://github.com/TheGreyDiamond/open360viewer.git
synced 2025-07-17 20:33:48 +02:00
9 lines
178 B
JavaScript
9 lines
178 B
JavaScript
module.exports = {
|
|
content: ["./src/**/*.{html,js}"],
|
|
darkMode: "media", // or 'media' or 'class'
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [require("flowbite/plugin")],
|
|
};
|