Skip to content

Commit

Permalink
Mention required version for global CSS imports in node_modules (#17506)
Browse files Browse the repository at this point in the history
Fixes #17505
  • Loading branch information
lfades committed Oct 1, 2020
1 parent f06c589 commit 8167985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-features/built-in-css-support.md
Expand Up @@ -52,7 +52,7 @@ In production, all CSS files will be automatically concatenated into a single mi

### Import styles from `node_modules`

Importing a CSS file from `node_modules` is permitted in anywhere your application.
Since Next.js **9.5.4**, importing a CSS file from `node_modules` is permitted anywhere in your application.

For global stylesheets, like `bootstrap` or `nprogress`, you should import the file inside `pages/_app.js`.
For example:
Expand Down

0 comments on commit 8167985

Please sign in to comment.