Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit b7c8e6c

Browse files
authored
Merge pull request #63 from GrabarzUndPartner/renovate/stylelint-config-standard-29.x
chore(deps): update devdependency stylelint-config-standard to v29
2 parents 10d0981 + e0269cf commit b7c8e6c

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"stylelint-config-css-modules": "4.1.0",
4444
"stylelint-config-lost": "0.0.3",
4545
"stylelint-config-recess-order": "3.0.0",
46-
"stylelint-config-standard": "26.0.0"
46+
"stylelint-config-standard": "29.0.0"
4747
},
4848
"workspaces": [
4949
"./packages/core",

packages/sample/src/layouts/default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default {
106106
</script>
107107

108108
<style lang="postcss">
109-
@import "@/assets/css/vars.pcss";
109+
@import url("@/assets/css/vars.pcss");
110110
111111
body {
112112
margin: 0;

0 commit comments

Comments
 (0)