Skip to content

Commit fdf4433

Browse files
authored
Glossary: add note about local styles (#38083)
1 parent 9d97bad commit fdf4433

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/explanations/glossary.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The abstract term used to describe units of markup that, composed together, form
1616

1717
The CSS styles that are part of the block, either via its stylesheet or via the block markup itself. For example, a class attached to the block markup is considered block styles.
1818

19-
Compare to <a href="#global-styles">Global Styles</a>. In contraposition to "Global Styles", block styles are sometimes referred to as "Local Styles".
19+
Compare to <a href="#global-styles">Global Styles</a>. In contraposition to Global Styles, block styles are sometimes referred to as <a href="#local-styles">Local Styles</a>.
2020

2121
## Block Supports
2222

@@ -76,6 +76,10 @@ Compare to <a href="#block-styles">block styles</a>.
7676

7777
Deprecated term. See <a href="#settings-sidebar">Settings Sidebar.</a>
7878

79+
## Local Styles
80+
81+
See <a href="#block-styles">Block Styles</a>.
82+
7983
## Navigation Block
8084

8185
A block that allows you to edit a site's navigation menu, both in terms of structure and design.</a>

0 commit comments

Comments
 (0)