Skip to content

Commit

Permalink
feat: one more down
Browse files Browse the repository at this point in the history
  • Loading branch information
amritk committed May 24, 2024
1 parent 7579445 commit 9728a61
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
],
"dependencies": {
"@nuxt/kit": "^3.11.2",
"@scalar/api-client": "workspace:*",
"@scalar/api-reference": "workspace:*"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script lang="ts" setup>
import { useHead, useRequestURL, useSeoMeta } from '#imports'
import { ModernLayout, parse } from '@scalar/api-reference'
import '@scalar/api-reference/style.css'
import { reactive, ref, toRaw } from 'vue'
import type { Configuration } from '~/src/types'
Expand Down
3 changes: 3 additions & 0 deletions packages/nuxt/src/runtime/components/nuxt-theme.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@import '@scalar/api-client/style.css';
@import '@scalar/api-reference/style.css';

.light-mode {
--scalar-background-1: #fff;
--scalar-background-2: #f8fafc;
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9728a61

Please sign in to comment.