Skip to content

Commit

Permalink
docs: Quote TOML keys containing dots (#2040)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanrelf authored Apr 8, 2022
1 parent 209ec44 commit 7779dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ configuration values in your theme. To do this, add a table called
`palette` to your theme file:

```toml
ui.background = "white"
ui.text = "black"
"ui.background" = "white"
"ui.text" = "black"

[palette]
white = "#ffffff"
Expand Down

0 comments on commit 7779dbf

Please sign in to comment.