manapotion
manapotion copied to clipboard
Prettier error when importing from @manapotion/core in tailwind.config.js
For some reason, Prettier chokes on importing the theme from @manapotion/svelte:
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined
For now, you can get around the issue by importing core
instead:
import { tailwindTheme as manapotionTheme } from '@manapotion/core'