[documentation] how to disable autoprefix feature (#1320)

* added how to disable autoprefix feature in doc

* Just link to the doc
This commit is contained in:
Roman Rubas
2017-02-12 03:01:01 +01:00
committed by Joe Haddad
parent c861f74f55
commit d53228d267

View File

@@ -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.)