diff --git a/theme/src/client/components/VPBulletin.vue b/theme/src/client/components/VPBulletin.vue index e8b022a7..f472eccd 100644 --- a/theme/src/client/components/VPBulletin.vue +++ b/theme/src/client/components/VPBulletin.vue @@ -137,7 +137,7 @@ const { bulletin, showBulletin, enableBulletin, close } = useBulletinControl() margin-bottom: 0 !important; } -.vp-bulletin:where(.preset) .content :where(p,ul,ol,) { +.vp-bulletin:where(.preset) .content :where(p,ul,ol) { margin: 8px 0; } diff --git a/theme/tsup.config.ts b/theme/tsup.config.ts index f8323be2..159b0ee2 100644 --- a/theme/tsup.config.ts +++ b/theme/tsup.config.ts @@ -23,6 +23,7 @@ const featuresComposables = fs.readdirSync( export default defineConfig((cli) => { const DEFAULT_OPTIONS: Options = { + dts: true, sourcemap: false, splitting: false, watch: cli.watch,