Skip to content

Commit 3313e1c

Browse files
Update dependency stylelint-plugin-stylus to ^0.16.0 (#144)
* Update dependency stylelint-plugin-stylus to ^0.16.0 * use stylelint-stylus Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: yosuke ota <otameshiyo23@gmail.com>
1 parent 9d05624 commit 3313e1c

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

docs/.vuepress/styles/index.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
@media screen and (min-width: 400px) and (max-width: 450px)
1+
@media screen and (min-width 400px) and (max-width 450px)
22
#app .navbar .site-name
33
font-size calc(1.3rem * 0.8)
44

5-
@media screen and (max-width: 400px)
5+
@media screen and (max-width 400px)
66
#app .navbar
77
.home-link
88
display flex
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module.exports = {
2-
extends: ["stylelint-config-standard", "stylelint-plugin-stylus/standard"],
2+
extends: ["stylelint-config-standard", "stylelint-stylus/standard"],
33
rules: {
44
"no-descending-specificity": null,
5+
"selector-class-pattern": null,
6+
"value-keyword-case": null,
57
},
68
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@
106106
"raw-loader": "^4.0.1",
107107
"request": "^2.88.2",
108108
"semver": "^7.3.2",
109-
"stylelint": "^14.0.0",
109+
"stylelint": "^14.9.1",
110110
"stylelint-config-recommended-vue": "^1.0.0",
111111
"stylelint-config-standard": "^26.0.0",
112-
"stylelint-plugin-stylus": "^0.15.0",
112+
"stylelint-stylus": "^0.16.1",
113113
"ts-node": "^10.0.0",
114114
"typescript": "^4.0.0",
115115
"vue-eslint-editor": "^1.1.0",

0 commit comments

Comments
 (0)