Skip to content

Commit d5e168f

Browse files
Update dependency stylelint-plugin-stylus to ^0.16.0 (#174)
* 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 <[email protected]>
1 parent ec7e804 commit d5e168f

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
@@ -99,10 +99,10 @@
9999
"prettier": "^2.0.5",
100100
"raw-loader": "^4.0.1",
101101
"semver": "^7.3.2",
102-
"stylelint": "^14.0.0",
102+
"stylelint": "^14.9.1",
103103
"stylelint-config-recommended-vue": "^1.0.0",
104104
"stylelint-config-standard": "^26.0.0",
105-
"stylelint-plugin-stylus": "^0.15.0",
105+
"stylelint-stylus": "^0.16.1",
106106
"ts-node": "^10.0.0",
107107
"typescript": "^4.0.0",
108108
"vue-eslint-editor": "^1.1.0",

0 commit comments

Comments
 (0)