Update dependencies

This commit is contained in:
Stéphane Goetz 2019-09-12 08:31:02 +02:00
parent 1f1687ab3f
commit fdcb8ea68f
8 changed files with 264 additions and 325 deletions

View File

@ -23,7 +23,7 @@ after_script:
jobs:
include:
- stage: "Deploy Documentation"
php: "7.2"
php: "7.3"
script: skip
before_deploy:
- composer install

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -144,6 +144,8 @@ Components
vertical-align: middle;
}
}
/* stylelint-disable-next-line selector-class-pattern */
.no-js .CodeToggler {
display: none;
}
@ -199,6 +201,7 @@ Components
.Nav .Nav {
margin-left: 15px;
/* stylelint-disable-next-line selector-class-pattern */
html:not(.no-js) & {
height: 0;
transition: height 400ms ease-in-out;

View File

@ -43,6 +43,7 @@ body {
@media (max-width: 768px) {
// mobile friendly sub-nav
/* stylelint-disable-next-line selector-class-pattern */
html:not(.no-js) .Collapsible__content {
height: 0;
overflow: hidden;

575
yarn.lock

File diff suppressed because it is too large Load Diff