Skip to content

Commit

Permalink
Migrate to tailwind 3 (#2711)
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis authored Jan 26, 2023
1 parent aa64b79 commit b5e9723
Show file tree
Hide file tree
Showing 30 changed files with 2,868 additions and 8,122 deletions.
1 change: 0 additions & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
defaults
not IE 11
maintained node versions
3 changes: 1 addition & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ dist/
tokenlists.json
public/data/tokenlists/*.json
package-lock.json
components.d.ts
/tailwind-static
components.d.ts
1 change: 1 addition & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ declare module '@vue/runtime-core' {
DiscordIcon: typeof import('./src/components/_global/icons/brands/DiscordIcon.vue')['default']
EmailIcon: typeof import('./src/components/_global/icons/EmailIcon.vue')['default']
GithubIcon: typeof import('./src/components/_global/icons/brands/GithubIcon.vue')['default']
Jazzicon: typeof import('./src/components/_global/JazzIcon/Jazzicon.vue')['default']
LightBulbIcon: typeof import('./src/components/_global/icons/LightBulbIcon.vue')['default']
MediumIcon: typeof import('./src/components/_global/icons/brands/MediumIcon.vue')['default']
MinusSquareIcon: typeof import('./src/components/_global/icons/MinusSquareIcon.vue')['default']
Expand Down
Loading

0 comments on commit b5e9723

Please sign in to comment.