Skip to content

Commit

Permalink
(docs) add variable.constant
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed May 19, 2021
1 parent 6e182e0 commit 75fd067
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/css-classes-reference.rst
Expand Up @@ -60,6 +60,8 @@ in mind so a better choice (for best theme support) might possibly be ``string``
| variable.language | variable with special meaning in a language, e.g.: |
| | ``this``, ``window``, ``super``, ``self``, etc. |
+--------------------------+-------------------------------------------------------------+
| variable.constant | variable that is a constant value, ie ``MAX_FILES`` |
+--------------------------+-------------------------------------------------------------+
| title | name of a class or a function |
+--------------------------+-------------------------------------------------------------+
| title.class | name of a class (interface, trait, module, etc) |
Expand Down

0 comments on commit 75fd067

Please sign in to comment.