mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2025-12-17 12:51:38 +08:00
fix: refactor CSS variable usage and update ESLint configuration
Co-authored-by: xudeyu444 <xudeyu444@users.noreply.github.com> Co-authored-by: 奕 <a18355849597@outlook.com> Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
This commit is contained in:
@@ -8,5 +8,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
background-color: var(--p-secondary-50) !important;
|
--s-background: var(--p-secondary-50);
|
||||||
|
background-color: var(--s-background) !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
// @ts-check
|
// @ts-check
|
||||||
import withNuxt from './.nuxt/eslint.config.mjs'
|
import withNuxt from "./.nuxt/eslint.config.mjs";
|
||||||
|
|
||||||
export default withNuxt(
|
export default withNuxt(
|
||||||
// Your custom configs here
|
// Your custom configs here
|
||||||
)
|
{
|
||||||
|
rules: {
|
||||||
|
"vue/html-self-closing": "off", // Disable self-closing tags rule
|
||||||
|
},
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user