Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Dec 25, 2021
1 parent da48656 commit b4b80fb
Show file tree
Hide file tree
Showing 3 changed files with 17,755 additions and 6,919 deletions.
10 changes: 8 additions & 2 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"extends": "stylelint-config-standard",
"extends": "stylelint-config-standard-scss",
"plugins": [
"stylelint-order"
],
"rules": {
"no-descending-specificity": null,
"order/properties-alphabetical-order": true
}
},
"overrides": [
{
"files": ["**/*.html"],
"customSyntax": "postcss-html"
}
]
}
Loading

0 comments on commit b4b80fb

Please sign in to comment.