File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 inputs :
66 releaseKind :
7- description : ' Kind of release'
8- default : ' minor'
7+ description : " Kind of release"
8+ default : " minor"
99 type : choice
1010 options :
1111 - patch
Original file line number Diff line number Diff line change 1111 " target" ,
1212 " benches/fixtures"
1313 ],
14+ "fmt" : {
15+ "exclude" : [
16+ " **/*.gen.css" ,
17+ " generated_docs"
18+ ]
19+ },
1420 "lint" : {
1521 "exclude" : [
1622 " src/html" ,
Original file line number Diff line number Diff line change 2828}
2929
3030# categoryPanel {
31- @apply max-lg:hidden -mt-0 pt-0 w-[250px ] flex-shrink-0 top-0 sticky h-screen box-border;
31+ @apply max-lg:hidden -mt-0 pt-0 w-[250px ] flex-shrink-0 top-0 sticky h-screen
32+ box-border;
3233
3334 > ul {
3435 @apply max-h-full overflow-y-auto;
3940 @apply mt-4;
4041
4142 > main {
42- @apply min-w-0 col-span-full pb-0 md:pb-8 lg:pb-12 flex flex-col gap-3 flex-grow;
43+ @apply min-w-0 col-span-full pb-0 md:pb-8 lg:pb-12 flex flex-col gap-3
44+ flex-grow;
4345 }
4446
4547 & : has (.toc ) > main {
6062}
6163
6264.toc {
63- @apply max-sm:hidden sm:flex sm:flex-col max-lg:row-start-1 lg:col-[span_1_/_-1] top-0 sticky max-h-screen h-fit box-border gap-y-4 -mt-14 pt-14;
65+ @apply max-sm:hidden sm:flex sm:flex-col max-lg:row-start-1
66+ lg:col-[span_1_/_-1] top-0 sticky max-h-screen h-fit box-border gap-y-4
67+ -mt-14 pt-14;
6468
6569 > div {
6670 @apply max-h-full lg:overflow-y-auto;
You can’t perform that action at this time.
0 commit comments