From 68125c324c7634161c3abfc3521e1a4074e884d2 Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Wed, 17 Jan 2018 10:32:31 -0500 Subject: [PATCH] Remove CSS modules docs --- packages/react-scripts/template/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 4c792e9ac31..04dc4d9b971 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -24,7 +24,6 @@ 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) @@ -514,6 +513,7 @@ 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 @@ -1845,7 +1846,7 @@ on a slow or unreliable network. >Note: If you are using the `pushState` history API and want to enable cache-first navigations for URLs other than `/` and `/index.html`, please -[follow these steps](#service-worker-considerations). +[follow these steps](#service-worker-considerations). ### Opting Out of Caching