feat(plex/utils): added Plex OAuth class

This commit is contained in:
sct
2020-08-18 08:24:43 +00:00
parent 5adfdc1b05
commit 72f9624f1d
11 changed files with 342 additions and 25 deletions

View File

@@ -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',
}),
],
};