Skip to content

Commit

Permalink
mention required version
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades committed Oct 1, 2020
1 parent f06c589 commit a9cd118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-features/built-in-css-support.md
Original file line number Diff line number Diff line change
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 in anywhere 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 a9cd118

Please sign in to comment.