mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat(plex/utils): added Plex OAuth class
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
/* eslint-disable */
|
||||
module.exports = {
|
||||
purge: ['./pages/**/*.{ts,tsx}', './components/**/*.{ts,tsx}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
variants: {},
|
||||
plugins: [],
|
||||
plugins: [
|
||||
require('@tailwindcss/ui')({
|
||||
layout: 'sidebar',
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user