diff --git a/.stylelintrc.yml b/.stylelintrc.yml index 4a65ec1c3d..a12f147ce1 100644 --- a/.stylelintrc.yml +++ b/.stylelintrc.yml @@ -14,6 +14,8 @@ rules: declaration-block-no-redundant-longhand-properties: true media-feature-range-notation: prefix no-descending-specificity: null + # workaround for mixed-declarations + no-duplicate-selectors: null overrides: - files: diff --git a/docs/package.json b/docs/package.json index e9b318a936..3e8ae3002c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -35,7 +35,7 @@ "@vuepress/theme-default": "workspace:*", "katex": "0.16.11", "mathjax-full": "3.2.2", - "sass-embedded": "1.79.5", + "sass-embedded": "1.80.3", "sass-loader": "^16.0.2", "vue": "^3.5.12", "vuepress": "2.0.0-rc.18" diff --git a/docs/plugins/development/palette.md b/docs/plugins/development/palette.md index a5a5ecb842..4385b8b26c 100644 --- a/docs/plugins/development/palette.md +++ b/docs/plugins/development/palette.md @@ -56,7 +56,7 @@ Import the plugin's palette file where your theme needs to use the corresponding diff --git a/themes/theme-default/src/client/components/VPPageMeta.vue b/themes/theme-default/src/client/components/VPPageMeta.vue index 1052e49921..f6270c67c0 100644 --- a/themes/theme-default/src/client/components/VPPageMeta.vue +++ b/themes/theme-default/src/client/components/VPPageMeta.vue @@ -52,19 +52,21 @@ const contributors = useContributors()