1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-13 18:30:54 +01:00
upscayl/tailwind.config.js

9 lines
212 B
JavaScript
Raw Normal View History

2022-08-15 06:53:14 +02:00
module.exports = {
content: [
"./renderer/pages/**/*.{js,ts,jsx,tsx}",
"./renderer/components/**/*.{js,ts,jsx,tsx}",
],
2022-11-11 22:32:24 +01:00
theme: {},
plugins: [require("daisyui"), require("tailwind-scrollbar")],
2022-08-15 06:53:14 +02:00
};