From 418cefe338988f15e386cf446256bd82dc83215c Mon Sep 17 00:00:00 2001 From: Neek Sandhu Date: Wed, 20 Sep 2017 20:15:28 -0700 Subject: [PATCH 1/2] Add link to active CSS modules discussion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f38e73c7d1..8356938c418 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ Some features are currently **not supported**: * Server rendering. * Some experimental syntax extensions (e.g. decorators). -* CSS Modules. +* CSS Modules (See [#2285](https://github.com/facebookincubator/create-react-app/pull/2285)). * Importing LESS or Sass directly ([but you still can use them](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-a-css-preprocessor-sass-less-etc)). * Hot reloading of components. From f2cc36c06674025c22373ab0c24e62dd724432a5 Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Thu, 21 Sep 2017 22:50:16 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8356938c418..6f7b7a19921 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ Some features are currently **not supported**: * Server rendering. * Some experimental syntax extensions (e.g. decorators). -* CSS Modules (See [#2285](https://github.com/facebookincubator/create-react-app/pull/2285)). +* CSS Modules (see [#2285](https://github.com/facebookincubator/create-react-app/pull/2285)). * Importing LESS or Sass directly ([but you still can use them](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-a-css-preprocessor-sass-less-etc)). * Hot reloading of components.