Skip to content

Commit

Permalink
fix: move skeleton pcss to packages/skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Dec 28, 2023
1 parent df49f06 commit b9c7e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/skeleton-ui/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
extend: {
fontFamily: {
sans: ['Inter Variable', 'Inter', ...defaultTheme.fontFamily.sans]
},
}
// colors: {
// // Your preferred accent color. Indigo is closest to Starlight’s defaults.
// accent: colors.indigo
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/styles/theme.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}

:is(h1, h2, h3, h4) {
@apply scroll-m-20 font-heading tracking-normal;
@apply font-heading scroll-m-20 tracking-normal;
}

h1 {
Expand Down

2 comments on commit b9c7e8e

@vercel
Copy link

@vercel vercel bot commented on b9c7e8e Dec 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

spectacular-docs – ./apps/docs

spectacular-docs-git-main-xmlking.vercel.app
spectacular-docs-xmlking.vercel.app
spectacular-docs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on b9c7e8e Dec 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

spectacular-playground – ./apps/playground

spectacular-playground-xmlking.vercel.app
spectacular-playground-git-main-xmlking.vercel.app
spectacular-playground.vercel.app

Please sign in to comment.