We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2684788 commit e5856c6Copy full SHA for e5856c6
tailwind.config.js
@@ -92,7 +92,7 @@ export default {
92
'var(--text-sm-normal)' /** 11px */,
93
{
94
lineHeight: 'var(--text-sm-normal--line-height)',
95
- fontWeight: 'var(--text-sm-normal-font-weight)',
+ fontWeight: 'var(--text-sm-normal--font-weight)',
96
},
97
],
98
'base-light': [
0 commit comments