feat: add yarn.md cheatsheet. f14ae527b0

This commit is contained in:
jaywcjlove
2022-10-31 17:28:59 +00:00
parent 1e6457ff56
commit d42afacec2
3 changed files with 246 additions and 1 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;