mirror of
https://github.com/seerr-team/seerr.git
synced 2026-03-13 20:49:02 -04:00
9 lines
151 B
JavaScript
9 lines
151 B
JavaScript
module.exports = {
|
|
purge: ['./pages/**/*.{ts,tsx}', './components/**/*.{ts,tsx}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {},
|
|
plugins: [],
|
|
};
|