BlogPost_BooleanNames (#22)

Blog post on boolean names.

Co-authored-by: steverusso <steverusso@protonmail.com>
This commit is contained in:
2020-07-30 22:44:24 +00:00
parent d2ef2e6636
commit 9cc715bd92
6 changed files with 65 additions and 3 deletions

View File

@ -340,3 +340,11 @@ button.round, .btn.round {
}
.blue { --clr: #42A5F5 }
pre {
background: #eee;
border-radius: 5px;
padding-left: 1rem;
color: black;
font-size: 0.95rem;
}