Skip to content

Commit

Permalink
Merge pull request #15473 from twbs/autoprefixer-docs
Browse files Browse the repository at this point in the history
Document that Autoprefixer is required
  • Loading branch information
cvrebert committed Jan 1, 2015
2 parents 45f5841 + 4f1000d commit c328b62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/_includes/getting-started/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ <h3 id="download-cdn">Bootstrap CDN</h3>
<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>

0 comments on commit c328b62

Please sign in to comment.