img popup base
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 26s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 26s
This commit is contained in:
parent
87c08bc529
commit
75e7f375b3
20 changed files with 532 additions and 23 deletions
|
|
@ -126,6 +126,10 @@ export const PARAGRAPH_CLASS_DEFAULTS = Object.freeze({
|
|||
}),
|
||||
});
|
||||
|
||||
export const IMAGE_DEFAULTS = Object.freeze({
|
||||
width: Object.freeze({ value: 100, unit: '%' }),
|
||||
});
|
||||
|
||||
export const INLINE_DEFAULTS = Object.freeze({
|
||||
em: Object.freeze({ fontStyle: 'italic' }),
|
||||
i: Object.freeze({ fontStyle: 'italic' }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue