mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
9 lines
151 B
JavaScript
9 lines
151 B
JavaScript
module.exports = {
|
|
purge: ['./pages/**/*.{ts,tsx}', './components/**/*.{ts,tsx}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {},
|
|
plugins: [],
|
|
};
|