External Stylesheets

Stylesheets from external packages can be imported anywhere within the app directory, including in colocated components.

These styles must be imported directly from an npm package or included in your project files. Using is not supported.

Notice here how React Bootstrap components are imported individually in /app/dashboard/profile/page.tsx.