Skip to content

Commit 3000253

Browse files
committed
Upgrade stylelint-config-standard to 37.0
1 parent 2b5ebfc commit 3000253

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

ui/frontend/Output/Gist.module.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
$copied-duration: 1s ease-in-out;
2-
31
.container {
42
display: flex;
3+
4+
--copied-duration: 1s ease-in-out;
55
}
66

77
.button {
88
composes: -buttonReset from '../shared.module.css';
9-
transition: color $copied-duration;
9+
transition: color var(--copied-duration);
1010
cursor: pointer;
1111
margin: 0 0.25em 0 0.5em;
1212
}
@@ -15,9 +15,9 @@ $copied-duration: 1s ease-in-out;
1515
visibility: hidden;
1616
opacity: 0;
1717
transition:
18-
visibility $copied-duration,
19-
opacity $copied-duration,
20-
color $copied-duration;
18+
visibility var(--copied-duration),
19+
opacity var(--copied-duration),
20+
color var(--copied-duration);
2121
}
2222

2323
.active {

ui/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"prettier-plugin-css-order": "^2.0.0",
7171
"stylelint": "^16.2.1",
7272
"stylelint-config-css-modules": "^4.0.0",
73-
"stylelint-config-standard": "^36.0.0",
73+
"stylelint-config-standard": "^37.0.0",
7474
"ts-essentials": "^10.0.0",
7575
"ts-jest": "^29.0.4",
7676
"ts-loader": "^9.2.3",

ui/frontend/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)