mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Update broken links. (#21696)
This commit is contained in:
parent
b47c252ee1
commit
ec697b2076
@ -6,7 +6,7 @@
|
|||||||
- name: Chinese
|
- name: Chinese
|
||||||
code: zh
|
code: zh
|
||||||
description: Bootstrap 4 中文文档教程
|
description: Bootstrap 4 中文文档教程
|
||||||
url: http://boot4.com/
|
url: http://wiki.jikexueyuan.com/project/bootstrap4/
|
||||||
|
|
||||||
- name: Japanese
|
- name: Japanese
|
||||||
code: ja
|
code: ja
|
||||||
|
@ -43,7 +43,7 @@ Our Gruntfile includes the following commands and tasks:
|
|||||||
|
|
||||||
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.
|
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/postcss.js`](https://github.com/twbs/bootstrap/blob/master/grunt/postcss.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/v4-dev/grunt/postcss.js) for details.
|
||||||
|
|
||||||
## Local documentation
|
## Local documentation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user