Skip to content

Commit

Permalink
Add production note
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Jan 13, 2020
1 parent 086ce5d commit 55d725e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/basic-features/built-in-css-support.md
Expand Up @@ -84,6 +84,11 @@ export function Button() {
CSS Modules are an _optional feature_. Regular `<link>` stylesheets and CSS files are fully supported.
CSS Modules are **only enabled for files with the `.module.css` extension**.

In production, all CSS Module files will be automatically concatenated into
**many minified and code-split** `.css` files.
These `.css` files represent hot execution paths in your application, ensuring
the minimal amount of CSS is loaded for your application to paint.

## CSS-in-JS

<details>
Expand Down

0 comments on commit 55d725e

Please sign in to comment.