From ca7fb2212365c2693744bf0eb20809d44cee5b67 Mon Sep 17 00:00:00 2001 From: Roman Rubas Date: Sun, 12 Feb 2017 03:01:01 +0100 Subject: [PATCH] [documentation] how to disable autoprefix feature (#1320) * added how to disable autoprefix feature in doc * Just link to the doc --- packages/react-scripts/template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 2e96f10ac4c..63d8f21f71f 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -374,7 +374,7 @@ becomes this: } ``` -There is currently no support for preprocessors such as Less, or for sharing variables across CSS files. +If you need to disable autoprefixing for some reason, [follow this section](https://github.com/postcss/autoprefixer#disabling). ## Adding a CSS Preprocessor (Sass, Less etc.)