Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(next-config): add experimental inline css docs (#73070)
## Why? Add documentation for experimental `inlineCss`. ``` import type { NextConfig } from 'next' const nextConfig: NextConfig = { experimental: { inlineCss: true, }, } ``` - x-ref: #72195
- Loading branch information