aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-30 18:33:40 -0800
committerChris Rebert <[email protected]>2014-12-30 18:34:48 -0800
commit4f1000d77242f3cd9e363da9db9021cb1a227e59 (patch)
tree5799213f673bf58734b54f30c9fbd85cdd08ffcd /docs/_includes/getting-started
parent714cd6b60891036486c1102be1b2b3cbe67bdb02 (diff)
downloadbootstrap-4f1000d77242f3cd9e363da9db9021cb1a227e59.tar.xz
bootstrap-4f1000d77242f3cd9e363da9db9021cb1a227e59.zip
Document that Autoprefixer is required
Closes #14937 [skip sauce]
Diffstat (limited to 'docs/_includes/getting-started')
-rw-r--r--docs/_includes/getting-started/download.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html
index edc048df5..fd81a405b 100644
--- a/docs/_includes/getting-started/download.html
+++ b/docs/_includes/getting-started/download.html
@@ -43,4 +43,7 @@
<h3 id="download-bower">Install with Bower</h3>
<p>You can also install and manage Bootstrap's Less, CSS, JavaScript, and fonts using <a href="http://bower.io">Bower</a>:</p>
{% highlight bash %}$ bower install bootstrap{% endhighlight %}
+
+ <h3 id="download-autoprefixer">Autoprefixer required for Less/Sass</h3>
+ <p>Bootstrap uses <a href="https://github.com/postcss/autoprefixer">Autoprefixer</a> to deal with <a href="http://webdesign.about.com/od/css/a/css-vendor-prefixes.htm">CSS vendor prefixes</a>. 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.</p>
</div>