Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/npm_and_yarn/stylelint-15.10.1
Browse files Browse the repository at this point in the history
marble authored Dec 9, 2023
2 parents a4b8c1a + 5d40b24 commit 9d9a236
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -438,7 +438,7 @@ jobs:
-v $(pwd):/PROJECT:ro \
-v $(pwd)/Documentation-GENERATED-temp:/RESULT \
-v ${{ github.workspace }}/WHEELS:/WHEELS \
ghcr.io/t3docs/render-documentation:develop makehtml \
ghcr.io/t3docs/render-documentation:latest makehtml \
-c make_singlehtml 1 \
-c jobfile /RESULT/jobfile.json
4 changes: 2 additions & 2 deletions sass/_component_bignums.scss
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ $bignum-xxl: 1.5rem !default;
border-radius: $border-radius;
min-height: (($bignum-normal * 2) + $spacer * 2);
> .first,
p:first-child {
> p:first-child {
font-weight: $font-weight-bold;
font-size: $bignum-normal;
}
@@ -133,7 +133,7 @@ $bignum-xxl: 1.5rem !default;
border-style: none;
min-height: ($bignum-xxl * 2);
> .first,
p:first-child {
> p:first-child {
font-size: $bignum-xxl;
}
&:before {
2 changes: 1 addition & 1 deletion sphinx_typo3_theme/static/css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sphinx_typo3_theme/static/css/theme.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -564,13 +564,13 @@ dateformat@~3.0.3:
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==

debug@^3.1.0, debug@^3.1.1:
version "3.2.6"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
version "3.2.7"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
dependencies:
ms "^2.1.1"

debug@^4.3.4:
debug@^4.0.0, debug@^4.1.0, debug@^4.3.1:
version "4.3.4"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==

0 comments on commit 9d9a236

Please sign in to comment.