Merge pull request #1745 from thelounge/greenkeeper/stylelint-8.3.0

Update stylelint to the latest version 🚀
This commit is contained in:
Jérémie Astori 2017-11-26 12:33:08 -05:00 committed by GitHub
commit 7f16ad649d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 12 deletions

View File

@ -5,3 +5,7 @@ ignoreFiles:
rules: rules:
indentation: tab indentation: tab
# complains about FontAwesome
font-family-no-missing-generic-family-keyword:
# needs a lot of refactoring to be enabled
no-descending-specificity:

View File

@ -310,6 +310,9 @@ kbd {
} }
#chat .toggle-button { #chat .toggle-button {
display: inline-block;
transition: opacity 0.2s, transform 0.2s;
/* These 2 directives are loosely taken from .fa-fw */ /* These 2 directives are loosely taken from .fa-fw */
width: 1.35em; width: 1.35em;
text-align: center; text-align: center;
@ -1012,6 +1015,8 @@ kbd {
#chat .content { #chat .content {
flex: 1 1 auto; flex: 1 1 auto;
min-width: 0; min-width: 0;
padding-left: 10px;
padding-right: 6px;
} }
#loading a, #loading a,
@ -1064,11 +1069,6 @@ kbd {
#chat.colored-nicks .user.color-31 { color: #ff4846; } #chat.colored-nicks .user.color-31 { color: #ff4846; }
#chat.colored-nicks .user.color-32 { color: #ff199b; } #chat.colored-nicks .user.color-32 { color: #ff199b; }
#chat .content {
padding-left: 10px;
padding-right: 6px;
}
#chat .self .text { #chat .self .text {
color: #999; color: #999;
} }
@ -1167,11 +1167,6 @@ kbd {
color: #f00; color: #f00;
} }
#chat .toggle-button {
display: inline-block;
transition: opacity 0.2s, transform 0.2s;
}
#chat .toggle-button.opened, /* Thumbnail toggle */ #chat .toggle-button.opened, /* Thumbnail toggle */
#chat .msg.condensed:not(.closed) .toggle-button { /* Expanded status message toggle */ #chat .msg.condensed:not(.closed) .toggle-button { /* Expanded status message toggle */
transform: rotate(90deg); transform: rotate(90deg);

View File

@ -81,8 +81,8 @@
"npm-run-all": "4.1.2", "npm-run-all": "4.1.2",
"nyc": "11.3.0", "nyc": "11.3.0",
"socket.io-client": "2.0.4", "socket.io-client": "2.0.4",
"stylelint": "8.2.0", "stylelint": "8.3.0",
"stylelint-config-standard": "17.0.0", "stylelint-config-standard": "18.0.0",
"webpack": "3.8.1" "webpack": "3.8.1"
} }
} }