You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a few rules here that I don't see the need for.
The alignment rules don't seem necessary, since the list block doesn't support alignments.
The dt and dd rules also seem unrelated to this block, since it doesn't support this markup.
These rules aren't needed as they are the browser default:
ul {
list-style-type: disc;
}
ol {
list-style-type: decimal;
}
From #82
The rules are:
styles.scss:
editor.scss:
I have opened a couple of Gutenberg PRs for this:
WordPress/gutenberg#27511
WordPress/gutenberg#27510
The text was updated successfully, but these errors were encountered: