Skip to content

Commit a5d0fae

Browse files
Afriq Yasin RamadhanAfriq Yasin Ramadhan
authored andcommitted
feat(foundation): new extra-tiny (xt) of typography font-size
1 parent f49a230 commit a5d0fae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tailwind-preset/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ module.exports = {
5858
},
5959
},
6060
fontSize: {
61+
'xt': [
62+
'10px',
63+
{
64+
lineHeight : theme.lineHeight.tight,
65+
letterSpacing: theme.letterSpacing.wider,
66+
},
67+
],
6168
'tn': [
6269
'11px',
6370
{

0 commit comments

Comments
 (0)