Skip to content

docs(next-config): add experimental inline css docs#73070

Merged
samcx merged 1 commit into
canaryfrom
sam/docs/next-config/inlinecss
Nov 21, 2024
Merged

docs(next-config): add experimental inline css docs#73070
samcx merged 1 commit into
canaryfrom
sam/docs/next-config/inlinecss

Conversation

@samcx
Copy link
Copy Markdown
Member

@samcx samcx commented Nov 21, 2024

Why?

Add documentation for experimental inlineCss.

import type { NextConfig } from 'next'

const nextConfig: NextConfig = {
  experimental: {
    inlineCss: true,
  },
}

@ijjk ijjk added created-by: Next.js team PRs by the Next.js team. Documentation Related to Next.js' official documentation. labels Nov 21, 2024
Copy link
Copy Markdown
Member Author

samcx commented Nov 21, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

@samcx samcx requested a review from gaojude November 21, 2024 23:29
@samcx samcx marked this pull request as ready for review November 21, 2024 23:29
@samcx samcx force-pushed the sam/docs/next-config/inlinecss branch from 388b5f3 to 5b8e70d Compare November 21, 2024 23:30
Copy link
Copy Markdown
Contributor

@gaojude gaojude left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could also mention it's only for app router + production mode

@samcx samcx merged commit a40dd63 into canary Nov 21, 2024
Copy link
Copy Markdown
Member Author

samcx commented Nov 21, 2024

Merge activity

  • Nov 21, 6:34 PM EST: A user merged this pull request with Graphite.

@samcx samcx deleted the sam/docs/next-config/inlinecss branch November 21, 2024 23:34
@github-actions github-actions Bot added the locked label Dec 6, 2024
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Dec 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

created-by: Next.js team PRs by the Next.js team. Documentation Related to Next.js' official documentation. locked

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants