From 523d6e9615fb274b8fe4b2afe730d7de16d35e73 Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Wed, 26 Sep 2018 01:33:38 -0400 Subject: [PATCH] Revert "Remove CSS modules docs (#3832)" (#3833) This reverts commit 11f1aa09b38106e009bc0b6324476ed76c02b749. --- packages/react-scripts/template/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 4267cebb..bf8284ce 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -24,6 +24,7 @@ You can find the most recent version of this guide [here](https://github.com/fac - [Importing a Component](#importing-a-component) - [Code Splitting](#code-splitting) - [Adding a Stylesheet](#adding-a-stylesheet) +- [Adding a CSS Modules stylesheet](#adding-a-css-modules-stylesheet) - [Post-Processing CSS](#post-processing-css) - [Adding a CSS Preprocessor (Sass, Less etc.)](#adding-a-css-preprocessor-sass-less-etc) - [Adding Images, Fonts, and Files](#adding-images-fonts-and-files) @@ -515,7 +516,6 @@ In development, expressing dependencies this way allows your styles to be reload If you are concerned about using Webpack-specific semantics, you can put all your CSS right into `src/index.css`. It would still be imported from `src/index.js`, but you could always remove that import if you later migrate to a different build tool. - ## Post-Processing CSS