configure npm

This commit is contained in:
Robert Kaussow 2020-05-31 18:20:39 +02:00
parent 701bab896d
commit a428f9d84d
10 changed files with 38 additions and 42 deletions

View file

@ -461,7 +461,7 @@ img {
.markdown {
transition: 0.2s ease-in-out;
transition-property: transform, margin-left, opacity;
will-change: transform!important, margin-left !important;
will-change: transform, margin-left;
}
@media screen and (max-width: $sm-breakpoint) {

View file

@ -6,7 +6,7 @@
}
&--nested {
> :first-child {
:first-child {
margin-top: 0;
}
> :last-child {

View file

@ -22,6 +22,10 @@
&__control:checked + &__content {
display: block;
}
.gdoc-page__anchor {
display: none;
}
}
// {{< tabs >}}