feat(frontend): add crew related movies/shows to person details page

This commit is contained in:
sct
2020-12-22 00:12:50 +09:00
parent 9a4da25faa
commit 12127a7763
3 changed files with 147 additions and 63 deletions

View File

@@ -5,6 +5,9 @@ module.exports = {
purge: ['./src/pages/**/*.{ts,tsx}', './src/components/**/*.{ts,tsx}'],
theme: {
extend: {
transitionProperty: {
'max-height': 'max-height',
},
fontFamily: {
sans: ['Inter var', ...defaultTheme.fontFamily.sans],
},