chore: Improvements to utils to load article in widget (#7859)

This commit is contained in:
Nithin David Thomas
2023-09-05 21:37:51 +05:30
committed by GitHub
parent ce4cfee8bd
commit 9322112481
5 changed files with 41 additions and 3 deletions

View File

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