Update stylelint

This commit is contained in:
Pavel Djundik
2020-02-10 21:07:45 +02:00
parent 3c6f3a6ce0
commit 896e55549f
3 changed files with 740 additions and 1286 deletions
+2 -2
View File
@@ -23,8 +23,8 @@
"url": "https://github.com/thelounge/thelounge-theme-solarized/issues" "url": "https://github.com/thelounge/thelounge-theme-solarized/issues"
}, },
"devDependencies": { "devDependencies": {
"stylelint": "^10.1.0", "stylelint": "^13.1.0",
"stylelint-config-standard": "^18.3.0" "stylelint-config-standard": "^20.0.0"
}, },
"scripts": { "scripts": {
"test": "stylelint theme.css" "test": "stylelint theme.css"
+4 -4
View File
@@ -46,13 +46,13 @@ html {
scrollbar-width: thin; scrollbar-width: thin;
} }
#loading .logo, .window .logo,
.window .logo { #loading .logo {
display: none; display: none;
} }
#loading .logo-inverted, .window .logo-inverted,
.window .logo-inverted { #loading .logo-inverted {
display: inline-block; display: inline-block;
} }
+734 -1280
View File
File diff suppressed because it is too large Load Diff