Revert "feat: Show popular articles on widget home" (#7706)

This commit is contained in:
Pranav Raj S
2023-08-10 22:27:51 -07:00
committed by GitHub
parent 1a06bfd69c
commit 961d810645
22 changed files with 64 additions and 299 deletions

View File

@@ -26,8 +26,8 @@ module.exports = {
],
theme: {
fontSize: {
...defaultTheme.fontSize,
xxs: '0.625rem',
...defaultTheme.fontSize,
},
colors: {
transparent: 'transparent',
@@ -127,7 +127,6 @@ module.exports = {
body: slateDark.slate7,
},
keyframes: {
...defaultTheme.keyframes,
wiggle: {
'0%': { transform: 'translateX(0)' },
'15%': { transform: 'translateX(0.375rem)' },
@@ -140,7 +139,6 @@ module.exports = {
},
},
animation: {
...defaultTheme.animation,
wiggle: 'wiggle 0.5s ease-in-out',
},
},