Implement modal for login with anilist + disable unused icons

This commit is contained in:
Hydroxycarbamide 2022-05-15 18:34:45 +02:00
parent 4ce6b4536f
commit 12a945b806
13 changed files with 298 additions and 162 deletions

View file

@ -2,6 +2,7 @@ module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
'./node_modules/tw-elements/dist/js/**/*.js'
],
theme: {
extend: {
@ -12,5 +13,5 @@ module.exports = {
}
},
},
plugins: [],
plugins: [require('tw-elements/dist/plugin')],
}