Skip to content

Commit

Permalink
feat: add new styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Jun 19, 2022
1 parent 7d11e39 commit 679a718
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/template/src/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.r-card + .r-card {
@apply mt-1;
}
1 change: 1 addition & 0 deletions packages/template/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import clsx from 'clsx'
import type { Components } from 'react-markdown'
import omit from 'omit.js'
import { GithubLink, PrintButton, ThemeButton } from './toolbox'
import './index.css'

const omitProps = (props: any) => {
return omit(props, ['node', 'ordered', 'inline'])
Expand Down

1 comment on commit 679a718

@vercel
Copy link

@vercel vercel bot commented on 679a718 Jun 19, 2022

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:

resume – ./

resume-dengqing.vercel.app
resume-git-main-dengqing.vercel.app
resumejs.vercel.app
resume.todev.cc

Please sign in to comment.