From 4f1000d77242f3cd9e363da9db9021cb1a227e59 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 30 Dec 2014 18:33:40 -0800 Subject: [PATCH] Document that Autoprefixer is required Closes #14937 [skip sauce] --- docs/_includes/getting-started/download.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html index edc048df5d..fd81a405bf 100644 --- a/docs/_includes/getting-started/download.html +++ b/docs/_includes/getting-started/download.html @@ -43,4 +43,7 @@

Install with Bower

You can also install and manage Bootstrap's Less, CSS, JavaScript, and fonts using Bower:

{% highlight bash %}$ bower install bootstrap{% endhighlight %} + +

Autoprefixer required for Less/Sass

+

Bootstrap uses Autoprefixer to deal with CSS vendor prefixes. If you're compiling Bootstrap from its Less/Sass source and not using our Gruntfile, you'll need to integrate Autoprefixer into your build process yourself. If you're using precompiled Bootstrap or using our Gruntfile, you don't need to worry about this because Autoprefixer is already integrated into our Gruntfile.