feat: add yarn.md cheatsheet.

This commit is contained in:
jaywcjlove
2022-11-01 01:28:00 +08:00
parent 4f68d94311
commit f14ae527b0
4 changed files with 202 additions and 0 deletions

View File

@ -968,6 +968,11 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
word-break: break-all;
}
.left-align,
.left-align tr :is(td, th):last-child {
text-align: left;
}
.tooltip {
position: relative;
display: inline-block;