-
Notifications
You must be signed in to change notification settings - Fork 28
i/6636: Prefix font styles with the .ck-content
class.
#63
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes in the guide are necessary https://github.com/ckeditor/ckeditor5-font/blob/i/6636/docs/features/font.md#L97-L111.
Note: You shouldn't use PostCSS syntax there in docs, these are for integrations that may or may not use it.
@oleq thanks for pointed it out! Changed. 👍 |
.text-tiny { | ||
font-size: .7em; | ||
} | ||
/* The values should be synchronized with the "FONT_SIZE_PRESET_UNITS" object in the "/src/fontsize/utils.js" file. */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line was removed in 2f33bed and as I can see, it appeared again :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it is unnecessary, please get rid of it on master.
Suggested merge commit message (convention)
Fix: Font size styles should be prefixed by the
.ck-content
class. Closes ckeditor/ckeditor5#6636.