From 33be1c5f059bcee55cfcb4997d9758f317f1c59a 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 --- template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/README.md b/template/README.md index 2e96f10ac4c..63d8f21f71f 100644 --- a/template/README.md +++ b/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.)