From 071d996390c9247e5a9861565a301aff5c661d12 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sun, 12 Feb 2017 00:55:48 +0000 Subject: [PATCH] Clarify Less/Sass support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c00933267f..e31b7377772 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ Some features are currently **not supported**: * Server rendering. * Some experimental syntax extensions (e.g. decorators). * CSS Modules. -* LESS or Sass. +* 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. Some of them might get added in the future if they are stable, are useful to majority of React apps, don’t conflict with existing tools, and don’t introduce additional configuration.