aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-06-20 16:18:21 -0700
committerGitHub <[email protected]>2016-06-20 16:18:21 -0700
commita358fc9dc1b71c4177735c4ca27c9da350d655af (patch)
tree8038e3a070214d5f918acf9ddc6fc6f7c5f294a1 /docs/getting-started
parentbfc16c4a829ba596db28f5f42d7a3e429e6ea2e1 (diff)
downloadbootstrap-a358fc9dc1b71c4177735c4ca27c9da350d655af.tar.xz
bootstrap-a358fc9dc1b71c4177735c4ca27c9da350d655af.zip
Replace grunt-postcss with postcss-cli (#20140)
Refs #19990 Continues the degruntification process. Also removes mq4-hover-shim for now, since it doesn't yet implement the standard PostCSS plugin interface.
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/build-tools.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/build-tools.md b/docs/getting-started/build-tools.md
index c086c036b..2fe10088b 100644
--- a/docs/getting-started/build-tools.md
+++ b/docs/getting-started/build-tools.md
@@ -46,7 +46,7 @@ For example, run `TWBS_SASS=sass grunt` to test and build Bootstrap with Ruby Sa
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.
-We maintain the list of browsers supported through Autoprefixer in a separate file within our GitHub repository. See [`/grunt/autoprefixer-settings.json`](https://github.com/twbs/bootstrap/blob/master/grunt/autoprefixer-settings.js) for details.
+We maintain the list of browsers supported through Autoprefixer in a separate file within our GitHub repository. See [`/grunt/postcss.js`](https://github.com/twbs/bootstrap/blob/master/grunt/postcss.js) for details.
## Local documentation