feat: add lerna.md cheatsheet.

This commit is contained in:
jaywcjlove
2022-10-14 18:02:55 +08:00
parent 313df63ce2
commit 2c276e72ac
5 changed files with 425 additions and 5 deletions

3
scripts/assets/lerna.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 224 KiB

View File

@ -597,7 +597,7 @@ body:not(.home) .h3wrap > h3:hover a::after {
border-bottom: solid 1px var(--color-border-muted);
}
.h2wrap-body ul:not(.style-none):not(.style-arrow)>li::before {
.h2wrap-body ul:not(.style-none)>li::before {
content: '';
position: absolute;
display: inline-block;
@ -665,10 +665,10 @@ body:not(.home) .h3wrap > h3:hover a::after {
top: 14px;
}
ul.style-arrow li:before {
/* left: -10px;
position: relative; */
.h2wrap-body ul.style-arrow li:before {
position: absolute;
background-color: transparent;
border-radius: initial;
left: 13px;
top: 13px;
}