Accordion
html
<html></html>scss
import type { UserConfig } from "vitepress";
const config: UserConfig = {
// ...
};
export default config;js
/**
* @type {import('vitepress').UserConfig}
*/
const config = {
// ...
};
export default config;INFO
Code also used normalize.scss and scss mixins