Update stylelint
This commit is contained in:
parent
7726f75352
commit
0c45ba35bd
|
@ -22,8 +22,8 @@
|
||||||
"url": "https://github.com/thelounge/lounge-theme-solarized/issues"
|
"url": "https://github.com/thelounge/lounge-theme-solarized/issues"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"stylelint": "^7.11.1",
|
"stylelint": "^8.3.0",
|
||||||
"stylelint-config-standard": "^16.0.0"
|
"stylelint-config-standard": "^18.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "stylelint theme.css"
|
"test": "stylelint theme.css"
|
||||||
|
|
|
@ -107,15 +107,15 @@ body {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .chan:first-child {
|
|
||||||
color: #268bd2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidebar .chan,
|
#sidebar .chan,
|
||||||
#sidebar .chan-placeholder {
|
#sidebar .chan-placeholder {
|
||||||
padding: 8px 20px;
|
padding: 8px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar .chan:first-child {
|
||||||
|
color: #268bd2;
|
||||||
|
}
|
||||||
|
|
||||||
#sidebar .badge {
|
#sidebar .badge {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
Loading…
Reference in New Issue