Skip to content

Commit

Permalink
chore: Fix base16Tailwind imports
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Apr 20, 2024
1 parent d9cf84e commit ca3fa8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ See [Base16Options](./src/Base16Options.ts) for the list of available options.
tailwind.config.ts:

```tsx
import base16Tailwind from 'base16-tailwind'
import { base16Tailwind } from 'base16-tailwind'
import type { Config } from 'tailwindcss/types/config'

const tailwindConfig: Partial<Config> = {
Expand Down
2 changes: 1 addition & 1 deletion tests/helpers/runPluginWithConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import typographyPlugin from '@tailwindcss/typography'
import postcss from 'postcss'
import tailwind, { type Config } from 'tailwindcss'
import type { Base16Options } from '../../src/Base16Options.ts'
import base16Tailwind from '../../src/lib.ts'
import { base16Tailwind } from '../../src/lib.ts'

type PostCSSResult = postcss.Result<postcss.Root>

Expand Down

0 comments on commit ca3fa8f

Please sign in to comment.