feat: add line height & font size settings for plaintext editor (#1700)
This commit is contained in:
@@ -83,6 +83,7 @@ module.exports = {
|
||||
},
|
||||
fontSize: {
|
||||
'menu-item': '0.813rem',
|
||||
editor: 'var(--sn-stylekit-font-size-editor)',
|
||||
},
|
||||
screens: {
|
||||
'xsm-only': { min: '320px', max: '639px' },
|
||||
@@ -146,6 +147,12 @@ module.exports = {
|
||||
'border-accessory-tint-4',
|
||||
'border-accessory-tint-5',
|
||||
'border-accessory-tint-6',
|
||||
'leading-none',
|
||||
'leading-tight',
|
||||
'leading-snug',
|
||||
'leading-normal',
|
||||
'leading-relaxed',
|
||||
'leading-loose',
|
||||
],
|
||||
plugins: [
|
||||
plugin(function ({ addVariant }) {
|
||||
|
||||
Reference in New Issue
Block a user