]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add note to build tools docs section about autoprefixer
authorMark Otto <markdotto@gmail.com>
Sun, 15 Nov 2015 03:21:25 +0000 (19:21 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 15 Nov 2015 03:21:25 +0000 (19:21 -0800)
docs/getting-started/build-tools.md

index 9b84a125d0a57ad009d32a64402c87e332551864..af0d7168eec52754064dc3e0cf32168a5e387a02 100644 (file)
@@ -47,6 +47,12 @@ For example, run `TWBS_SASS=sass grunt` to test and build Bootstrap with Ruby Sa
 [libsass]: https://github.com/sass/libsass
 [grunt-sass]: https://github.com/sindresorhus/grunt-sass
 
+## Autoprefixer
+
+Bootstrap uses [Autoprefixer][autoprefixer] (included in our Gruntfile and build process) to automatically add vendor prefixes to some CSS properties at build time. Doing so saves us time and code by allowing us to write key parts of our CSS a single time while eliminating the need for vendor mixins like those found in v3.
+
+[autoprefixer]: https://github.com/postcss/autoprefixer
+
 ## Local documentation
 
 Running our documentation locally requires the use of Jekyll, a decently flexible static site generator that provides us basic includes, Markdown-based files, templates, and more. Here's how to get it started: