Implement modal for login with anilist + disable unused icons
This commit is contained in:
parent
4ce6b4536f
commit
12a945b806
13 changed files with 298 additions and 162 deletions
|
@ -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')],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue