Skip to content

Commit

Permalink
since I removed base.json I also needed to remove the imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stamat committed Feb 3, 2025
1 parent 71bd412 commit 0695721
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/react/src/InlineLink/InlineLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import type {BaseProps} from '../component-helpers'
* Design tokens
*/
import '@primer/brand-primitives/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css'
import '@primer/brand-primitives/lib/design-tokens/css/tokens/functional/components/inline-link/base.css'

/**
* Main stylesheet (as a CSS Module)
Expand Down
1 change: 0 additions & 1 deletion packages/react/src/Prose/Prose.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import type {BaseProps} from '../component-helpers'
import styles from './Prose.module.css'
import '@primer/brand-primitives/lib/design-tokens/css/tokens/functional/components/prose/base.css'
import '@primer/brand-primitives/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css'
import '@primer/brand-primitives/lib/design-tokens/css/tokens/functional/components/inline-link/base.css'

export type ProseProps = {
/**
Expand Down

0 comments on commit 0695721

Please sign in to comment.