Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: can't find @tailwindcss/node type file (#14475)
<!-- 👋 Hey, thanks for your interest in contributing to Tailwind! **Please ask first before starting work on any significant new features.** It's never a fun experience to have your pull request declined after investing a lot of time and effort into a new feature. To avoid this from happening, we request that contributors create an issue to first discuss any significant new features. This includes things like adding new utilities, creating new at-rules, or adding new component examples to the documentation. https://github.com/tailwindcss/tailwindcss/blob/master/.github/CONTRIBUTING.md --> ```ts // error: can't find `@tailwindcss/node` types file import { compile } from '@tailwindcss/node'; ```
- Loading branch information