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'