Skip to content

Commit 8b99a9f

Browse files
committed
switch to stylelint-config-silverwind, fix issues
1 parent 229a7b0 commit 8b99a9f

File tree

3 files changed

+23
-26
lines changed

3 files changed

+23
-26
lines changed

.stylelintrc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
extends: stylelint-config-stylishthemes
1+
extends: stylelint-config-silverwind
2+
3+
rules:
4+
selector-pseudo-element-colon-notation: null
5+
selector-type-no-unknown: null
6+
block-no-empty: null
7+
max-empty-lines: 0
8+
declaration-block-no-duplicate-properties: null
9+
csstree/validator: null

github-dark.css

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5134,7 +5134,7 @@
51345134
.timeline-comment[aria-selected=true] .review-summary .comment-body {
51355135
border-color: /*[[base-color]]*/ #4f8cc9 !important;
51365136
}
5137-
@-webkit-keyframes autofill {
5137+
@keyframes autofill {
51385138
to {
51395139
background-color: #181818;
51405140
background-image: none;
@@ -5146,8 +5146,8 @@
51465146
textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus,
51475147
select:-webkit-autofill, select:-webkit-autofill:hover,
51485148
select:-webkit-autofill:focus {
5149-
-webkit-animation-name: autofill !important;
5150-
-webkit-animation-fill-mode: both !important;
5149+
animation-name: autofill !important;
5150+
animation-fill-mode: both !important;
51515151
}
51525152
#com #header .top-nav .dropdown-button:hover .dropdown-caret,
51535153
.header-nav-link:hover .dropdown-caret, .header-nav-link:focus .dropdown-caret,
@@ -5245,8 +5245,8 @@
52455245
input[type="checkbox"]:hover:disabled,
52465246
input[type="checkbox"]:hover:active:disabled {
52475247
-webkit-appearance: none !important;
5248-
-moz-appearance: none !important;
5249-
appearance: none !important;
5248+
-moz-appearance: none !important;
5249+
appearance: none !important;
52505250
background-color: #181818 !important;
52515251
border: 1px solid #484848 !important;
52525252
color: #eee !important;
@@ -6393,9 +6393,10 @@
63936393
@font-face {
63946394
font-family: "Apple Color Emoji";
63956395
src: local("Apple Color Emoji");
6396-
unicode-range: U+00000-000A8,U+000AA-000AD,U+000AF-02121,U+02123-025A9,
6397-
U+025AB-025FB,U+025FD-025FD,U+025FF-0265F,U+02661-02662,
6398-
U+02664-02713,U+02715-02715,U+02717-0302F,U+03031-10FFFF;
6396+
unicode-range:
6397+
U+00000-000A8,U+000AA-000AD,U+000AF-02121,U+02123-025A9,
6398+
U+025AB-025FB,U+025FD-025FD,U+025FF-0265F,U+02661-02662,
6399+
U+02664-02713,U+02715-02715,U+02717-0302F,U+03031-10FFFF;
63996400
}
64006401
/* GeoJSON maps */
64016402
/* https://github.com/benbalter/dc-maps/blob/master/maps/embassies.geojson */
@@ -9424,14 +9425,8 @@
94249425
.intercom-home-screen-conversation-card {
94259426
background-color: #111 !important;
94269427
color: #eee !important;
9427-
-webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(79, 140, 201, .5);
9428-
-webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(/*[[base-color-rgb]]*/, .5);
9429-
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1),
9430-
0 1px 2px 0 rgba(0, 0, 0, .1),
9431-
inset 0 2px 0 0 rgba(79, 140, 201, .5);
9432-
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1),
9433-
0 1px 2px 0 rgba(0, 0, 0, .1),
9434-
inset 0 2px 0 0 rgba(/*[[base-color-rgb]]*/, .5);
9428+
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(79, 140, 201, .5);
9429+
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(/*[[base-color-rgb]]*/, .5);
94359430
}
94369431
.intercom-conversation-summary-unread .intercom-conversation-summary-body-author,
94379432
.intercom-conversation-summary-unread .intercom-conversation-summary-content-text,
@@ -9502,14 +9497,8 @@
95029497
.intercom-attribute-collector-card-body {
95039498
background-color: #141414;
95049499
color: #eee;
9505-
-webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(79, 140, 201, .5);
9506-
-webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(/*[[base-color-rgb]]*/, .5);
9507-
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1),
9508-
0 1px 2px 0 rgba(0, 0, 0, .1),
9509-
inset 0 2px 0 0 rgba(79, 140, 201, .5);
9510-
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1),
9511-
0 1px 2px 0 rgba(0, 0, 0, .1),
9512-
inset 0 2px 0 0 rgba(/*[[base-color-rgb]]*/, .5);
9500+
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(79, 140, 201, .5);
9501+
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(/*[[base-color-rgb]]*/, .5);
95139502
}
95149503
.intercom-composer pre, .intercom-composer textarea {
95159504
background-color: #111;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"perfectionist": "2.4.0",
3131
"postcss": "7.0.17",
3232
"stylelint": "10.1.0",
33-
"stylelint-config-stylishthemes": "1.0.1",
33+
"stylelint-config-silverwind": "2.0.0",
3434
"unzipper": "0.10.2",
3535
"updates": "8.5.1",
3636
"url-toolkit": "2.1.6",

0 commit comments

Comments
 (0)