feat: add lerna.md cheatsheet. 2c276e72ac

This commit is contained in:
jaywcjlove
2022-10-14 10:03:41 +00:00
parent 35d3ccde12
commit ad6dbba4bc
4 changed files with 743 additions and 6 deletions

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;
}