Skip to content

Commit 8caa09b

Browse files
dependabot[bot]smorimoto
authored andcommitted
Bump stylelint-config-standard-scss from 15.0.1 to 16.0.0
Bumps [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) from 15.0.1 to 16.0.0. - [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md) - [Commits](stylelint-scss/stylelint-config-standard-scss@v15.0.1...v16.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard-scss dependency-version: 16.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72a9b4c commit 8caa09b

File tree

5 files changed

+28
-29
lines changed

5 files changed

+28
-29
lines changed

_sass/_a11y.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
height: 1px;
77
overflow: hidden;
88
white-space: nowrap;
9-
clip: rect(1px, 1px, 1px, 1px);
109
clip-path: inset(100%);
1110
}
1211

_sass/_featurelist.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
margin-top: 1em;
8989
margin-bottom: 0.5em;
9090
font-size: 1.6em;
91-
word-wrap: anywhere;
91+
overflow-wrap: anywhere;
9292
}
9393
/* stylelint-disable-next-line no-descending-specificity */
9494
&__tests a {

_sass/_page-menu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ $trans-timing: 600ms;
124124
width: 0;
125125
height: 0;
126126
overflow: hidden;
127-
clip: rect(0 0 0 0);
127+
clip-path: inset(50%);
128128
}
129129

130130
&::after {

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"sass-embedded": "1.92.1",
3030
"stylelint": "16.24.0",
3131
"stylelint-config-recess-order": "7.3.0",
32-
"stylelint-config-standard-scss": "15.0.1",
32+
"stylelint-config-standard-scss": "16.0.0",
3333
"stylelint-order": "7.0.0"
3434
},
3535
"engines": {

0 commit comments

Comments
 (0)