Skip to content

Commit 16bdf55

Browse files
committed
Warning fixes
1 parent b5f55c0 commit 16bdf55

File tree

13 files changed

+58
-58
lines changed

13 files changed

+58
-58
lines changed

package-lock.json

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
"date-fns": "^4.1.0",
2222
"del-cli": "^6.0.0",
2323
"dotenv": "^16.4.7",
24-
"himalaya": "^1.1.0",
24+
"himalaya": "^1.1.1",
2525
"html-minifier": "^4.0.0",
2626
"jsdom": "^26.0.0",
2727
"markdown-it": "^14.1.0",
2828
"markdown-it-anchor": "^9.2.0",
2929
"npm-run-all": "^4.1.5",
3030
"pagefind": "^1.3.0",
31-
"sass": "^1.85.1",
31+
"sass": "^1.86.3",
3232
"semistandard": "^17.0.0",
3333
"slugify": "^1.6.6",
34-
"sprucecss": "^2.3.3",
35-
"stylelint": "^16.15.0",
34+
"sprucecss": "^2.3.4",
35+
"stylelint": "^16.18.0",
3636
"stylelint-config-sass-guidelines": "^12.1.0",
3737
"stylelint-order": "^6.0.4"
3838
},

src/_data/site.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Spruce CSS",
33
"url": "https://sprucecss.com",
4-
"version": "2.3.2",
4+
"version": "2.3.4",
55
"socials": [
66
{
77
"name": "GitHub",

src/_includes/ui/scss/card/accordion.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
}
8787

8888
> div {
89-
@include layout-stack('xs');
9089
overflow: hidden;
90+
@include layout-stack('xs');
9191

9292
* + h2,
9393
* + h3,

src/_includes/ui/scss/card/number.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@use 'sprucecss/scss/spruce' as *;
22

33
.number-card {
4-
@include layout-stack('xs');
54
border-bottom: 1px solid color('border');
65
padding-block-end: spacer('l');
6+
@include layout-stack('xs');
77

88
&__data {
99
color: color('primary');

src/_includes/ui/scss/content-and-layout/modal.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
}
4949

5050
&__body {
51-
@include layout-stack('s');
5251
padding: spacer-clamp('s', 'm');
52+
@include layout-stack('s');
5353
}
5454

5555
&__footer {

src/_includes/ui/scss/ecommerce/checkout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
}
3939

4040
&__order {
41-
@include layout-stack('xs');
4241
margin-block-start: auto;
4342
padding-top: spacer('m');
43+
@include layout-stack('xs');
4444

4545
.form-group--submit {
4646
margin-block-start: spacer('m');

src/_includes/ui/scss/form/auth.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313

1414
.auth-form {
15-
@include layout-stack('s');
1615
margin-block: auto;
16+
@include layout-stack('s');
1717

1818
&__social {
1919
@include layout-stack('s');

src/_includes/ui/scss/list/timeline.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
.l-timeline {
44
--size: 1.25em;
55
--offset: calc(#{config('line-height-base', $typography, false) + 0em} / 6);
6-
@include layout-stack('l');
76
position: relative;
7+
@include layout-stack('l');
88

99
&::before {
1010
--inline-size: 0.15em;

src/css/main.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,10 +1148,10 @@ strong {
11481148
background-color: var(--spruce-btn-color-primary-background-hover);
11491149
}
11501150
.form-file::file-selector-button {
1151+
margin-inline-end: 1rem;
11511152
background-color: var(--spruce-btn-color-primary-background);
11521153
border-color: var(--spruce-btn-color-primary-background);
11531154
color: var(--spruce-btn-color-primary-foreground);
1154-
margin-inline-end: 1rem;
11551155
}
11561156
.form-file::file-selector-button:hover {
11571157
background-color: var(--spruce-btn-color-primary-background-hover);
@@ -1461,12 +1461,12 @@ html[dir=rtl] select.form-control:not([multiple]):not([size]) {
14611461
}
14621462

14631463
fieldset {
1464-
--spruce-layout-gap: 1rem;
1465-
--spruce-legend-font-size: clamp(1rem, 5vw, 1.25rem);
1466-
--spruce-legend-font-weight: 700;
14671464
border: 0;
14681465
margin: 0;
14691466
padding: 0;
1467+
--spruce-layout-gap: 1rem;
1468+
--spruce-legend-font-size: clamp(1rem, 5vw, 1.25rem);
1469+
--spruce-legend-font-weight: 700;
14701470
}
14711471
fieldset > * {
14721472
margin-block-end: 0;
@@ -2559,10 +2559,10 @@ textarea.pagefind-ui__search-input {
25592559
border-radius: var(--spruce-border-radius-sm);
25602560
}
25612561
.pagefind-ui__results {
2562+
padding-inline-end: 1.5rem;
25622563
list-style: none;
25632564
margin: 0;
25642565
padding: 0;
2565-
padding-inline-end: 1.5rem;
25662566
}
25672567
.pagefind-ui__results > * {
25682568
margin-block-end: 0;

0 commit comments

Comments
 (0)