From 2c81a2eb0ff7e420b6150432f9885a820ce146b7 Mon Sep 17 00:00:00 2001 From: Zac Echola Date: Fri, 11 Sep 2015 13:27:57 -0500 Subject: Adds current version to packages. --- docs/getting-started/download.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index 4e83b9994..eb5caa4bc 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -40,13 +40,13 @@ Pull in Bootstrap's **source files** into nearly any project with some of the mo Install and manage Bootstrap's Sass and JavaScript using [Bower](http://bower.io). -{% highlight bash %}$ bower install bootstrap{% endhighlight %} +{% highlight bash %}$ bower install bootstrap#v{{ site.current_version }}{% endhighlight %} ### npm Install Bootstrap in your Node powered apps with [the npm package](https://www.npmjs.org/package/bootstrap): -{% highlight bash %}$ npm install bootstrap{% endhighlight %} +{% highlight bash %}$ npm install bootstrap@{{ site.current_version }}{% endhighlight %} `require('bootstrap')` will load all of Bootstrap's jQuery plugins onto the jQuery object. The `bootstrap` module itself does not export anything. You can manually load Bootstrap's jQuery plugins individually by loading the `/js/*.js` files under the package's top-level directory. @@ -58,7 +58,7 @@ Bootstrap's `package.json` contains some additional metadata under the following ### Meteor {% highlight bash %} -$ meteor add twbs:bootstrap +$ meteor add twbs:bootstrap@={{ site.current_version }} {% endhighlight %} ### Composer @@ -101,3 +101,4 @@ Need only a part of Bootstrap's CSS or JS? Use one of the custom builds to snag Download + -- cgit v1.2.3 From cf965734cdfc5fb49255591b4a9c6eaee439c85c Mon Sep 17 00:00:00 2001 From: Raphael Ackermann Date: Tue, 15 Sep 2015 22:41:08 +0200 Subject: grammar. you're your way --> you're on your way --- docs/getting-started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 06ac547a2..8862754b8 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -31,7 +31,7 @@ Add our JavaScript plugins and jQuery near the end of your pages, right before t {% endhighlight %} -And that's it—you're your way to a fully Bootstrapped site. If you're at all unsure about the general page structure, keep reading for an example page template. +And that's it—you're on your way to a fully Bootstrapped site. If you're at all unsure about the general page structure, keep reading for an example page template. ## Starter template -- cgit v1.2.3 From 4b1c2c3d92e1f1bdd330548c5a5c9a32f1cc7da8 Mon Sep 17 00:00:00 2001 From: Haralan Dobrev Date: Mon, 7 Sep 2015 15:10:42 +0300 Subject: Recommend using bundle for running docs locally Closes https://github.com/twbs/bootstrap/issues/17493 --- docs/getting-started/build-tools.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/build-tools.md b/docs/getting-started/build-tools.md index adda6cbb1..9b84a125d 100644 --- a/docs/getting-started/build-tools.md +++ b/docs/getting-started/build-tools.md @@ -13,7 +13,8 @@ To use our Gruntfile and run our documentation locally, you'll need a copy of Bo 1. [Download and install Node](https://nodejs.org/download), which we use to manage our dependencies. 2. Install the Grunt command line tools, `grunt-cli`, with `npm install -g grunt-cli`. 3. Navigate to the root `/bootstrap` directory and run `npm install` to install our local dependencies listed in [package.json](https://github.com/twbs/bootstrap/blob/master/package.json). -4. [Install Ruby][install-ruby], install [Bundler][gembundler] with `gem install bundler`, and finally run `bundle`. This will install all Ruby dependencies, such as Jekyll and Sass linter. +4. [Install Ruby][install-ruby], install [Bundler][gembundler] with `gem install bundler`, and finally run `bundle install`. This will install all Ruby dependencies, such as Jekyll and plugins. + - **Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems. When completed, you'll be able to run the various Grunt commands provided from the command line. @@ -50,9 +51,8 @@ For example, run `TWBS_SASS=sass grunt` to test and build Bootstrap with Ruby Sa 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: -1. Run through the [tooling setup](#tooling-setup) above to install Jekyll (the site builder) and Rouge (our syntax highlighter). - - **Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems. -2. From the root `/bootstrap` directory, run `jekyll serve` in the command line. +1. Run through the [tooling setup](#tooling-setup) above to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`. +2. From the root `/bootstrap` directory, run `bundle exec jekyll serve` in the command line. 3. Open in your browser, and voilà. Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/). -- cgit v1.2.3 From 835e2a7fbeefb3448836411c02aeb05801d4875f Mon Sep 17 00:00:00 2001 From: Daniel Opitz Date: Tue, 22 Sep 2015 13:47:32 +0200 Subject: Update StackOverflow tag to `bootstrap-4`; closes #17675 --- docs/getting-started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 8862754b8..395d43f63 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -122,7 +122,7 @@ Stay up to date on the development of Bootstrap and reach out to the community w - Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com). - Join [the official Slack room](https://bootstrap-slack.herokuapp.com). - Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel. -- Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](https://stackoverflow.com/questions/tagged/twitter-bootstrap-3)). +- Implementation help may be found at Stack Overflow (tagged [`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4)). - Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability. You can also follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap) for the latest gossip and awesome music videos. -- cgit v1.2.3 From d22c0176a9b7614fce9abf3aceff2dea1e9ecbc7 Mon Sep 17 00:00:00 2001 From: a-moses Date: Wed, 7 Oct 2015 03:04:20 +0300 Subject: IE 9 not supported list v4 flexbox add flexbox to the not supported list https://github.com/twbs/bootstrap/issues/17802 --- docs/getting-started/browsers-devices.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/getting-started') diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index 0f98f0678..bcaf57c3e 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -131,6 +131,10 @@ Internet Explorer 9 is also supported, however, please be aware that some CSS3 p placeholder Not supported + + flexbox + Not supported + -- cgit v1.2.3 From b6d70bb01791cbde699491aa2cf42b9f2bcaa3e8 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 6 Oct 2015 21:00:03 -0700 Subject: Getting Started docs: Add MDN links for features not supported in IE9 [skip sauce] --- docs/getting-started/browsers-devices.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index bcaf57c3e..b1d2d1f8e 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -112,27 +112,27 @@ Internet Explorer 9 is also supported, however, please be aware that some CSS3 p - border-radius + border-radius Supported - box-shadow + box-shadow Supported - transform + transform Supported, with -ms prefix - transition + transition Not supported - placeholder + placeholder Not supported - flexbox + Flexbox Not supported -- cgit v1.2.3 From 781916cab6c133da91fcab0a4d7873716e86b607 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 6 Oct 2015 22:57:11 -0700 Subject: browsers-devices.md: Tweak indentation in IE9 table [skip sauce] --- docs/getting-started/browsers-devices.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index b1d2d1f8e..89bcaf740 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -132,8 +132,8 @@ Internet Explorer 9 is also supported, however, please be aware that some CSS3 p Not supported - Flexbox - Not supported + Flexbox + Not supported -- cgit v1.2.3 From 6ebd6c4aab70fde4ab6dadc2ac7a982bb0932484 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 9 Oct 2015 21:01:21 +0100 Subject: Add shrink-to-fit to getting started See https://github.com/twbs/bootstrap/pull/17793#issuecomment-146960473 --- docs/getting-started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 395d43f63..03c1079dc 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -49,7 +49,7 @@ Put it all together and your pages should look like this: - + -- cgit v1.2.3 From dd78e759915ed6a4678800b8aa24fd5bcc3ee728 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 19 Oct 2015 23:45:23 -0700 Subject: docs/getting-started/javascript.md: Hyperlink preventDefault() mention [skip sauce] --- docs/getting-started/javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/javascript.md b/docs/getting-started/javascript.md index 75d835b60..debc4dcf5 100644 --- a/docs/getting-started/javascript.md +++ b/docs/getting-started/javascript.md @@ -73,7 +73,7 @@ $.fn.bootstrapBtn = bootstrapButton // give $().bootstrapBtn the Boot Bootstrap provides custom events for most plugins' unique actions. Generally, these come in an infinitive and past participle form - where the infinitive (ex. `show`) is triggered at the start of an event, and its past participle form (ex. `shown`) is triggered on the completion of an action. -All infinitive events provide `preventDefault` functionality. This provides the ability to stop the execution of an action before it starts. +All infinitive events provide [`preventDefault()`](https://developer.mozilla.org/en-US/docs/Web/API/Event/preventDefault) functionality. This provides the ability to stop the execution of an action before it starts. {% highlight js %} $('#myModal').on('show.bs.modal', function (e) { -- cgit v1.2.3 From 3bc5fb947dabc2ec2ab52bbd29cb978a8a8f54f3 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 23 Oct 2015 22:35:22 -0700 Subject: Port #17729 to v4: Add SRI hashes to CDN links in docs [skip sauce] --- docs/getting-started/introduction.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 03c1079dc..9fe3103e5 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -21,14 +21,14 @@ Looking to quickly add Bootstrap to your project? Use the Bootstrap CDN, provide Copy-paste the stylesheet `` into your `` before all other stylesheets to load our CSS. {% highlight html %} - + {% endhighlight %} Add our JavaScript plugins and jQuery near the end of your pages, right before the closing `` tag. Be sure to place jQuery first as our code depends on it. {% highlight html %} - + {% endhighlight %} And that's it—you're on your way to a fully Bootstrapped site. If you're at all unsure about the general page structure, keep reading for an example page template. @@ -53,14 +53,14 @@ Put it all together and your pages should look like this: - +

Hello, world!

- + {% endhighlight %} -- cgit v1.2.3 From 1f379a12cabbfbb0d87c823022a307fd8c119d25 Mon Sep 17 00:00:00 2001 From: David Beitey Date: Mon, 26 Oct 2015 10:38:56 +1000 Subject: Use Jekyll configuration for blog/slack URLs This reuses the existing URLs in the docs Jekyll configuration rather than hard coding. --- docs/getting-started/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 9fe3103e5..845d3c97c 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -119,8 +119,8 @@ For improved cross-browser rendering, we use [Normalize.css](http://necolas.gith Stay up to date on the development of Bootstrap and reach out to the community with these helpful resources. - Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap). -- Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com). -- Join [the official Slack room](https://bootstrap-slack.herokuapp.com). +- Read and subscribe to [The Official Bootstrap Blog]({{ site.blog }}). +- Join [the official Slack room]({{ site.slack }}). - Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel. - Implementation help may be found at Stack Overflow (tagged [`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4)). - Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability. -- cgit v1.2.3 From 936a3d5b344045bab7e687d5e2c67acd8fabe8c4 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Tue, 27 Oct 2015 09:40:23 -0400 Subject: Change "$use-hover..." to proper "$enable-hover..." Fix #18076 --- docs/getting-started/browsers-devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index 89bcaf740..ef66ac9a1 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -210,7 +210,7 @@ Page zooming inevitably presents rendering artifacts in some components, both in ## Sticky `:hover`/`:focus` on mobile Even though real hovering isn't possible on most touchscreens, most mobile browsers emulate hovering support and make `:hover` "sticky". In other words, `:hover` styles start applying after tapping an element and only stop applying after the user taps some other element. On mobile-first sites, this behavior is normally undesirable. -Bootstrap includes a workaround for this, although it is disabled by default. By setting `$use-hover-media-query` to `true` when compiling from Sass, Bootstrap will use [mq4-hover-shim](https://github.com/twbs/mq4-hover-shim) to disable `:hover` styles in browsers that emulate hovering, thus preventing sticky `:hover` styles. There are some caveats to this workaround; see the shim's documentation for details. +Bootstrap includes a workaround for this, although it is disabled by default. By setting `$enable-hover-media-query` to `true` when compiling from Sass, Bootstrap will use [mq4-hover-shim](https://github.com/twbs/mq4-hover-shim) to disable `:hover` styles in browsers that emulate hovering, thus preventing sticky `:hover` styles. There are some caveats to this workaround; see the shim's documentation for details. ## Printing -- cgit v1.2.3 From ee34e924ddef0696f41445b4631b811edbececac Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 28 Oct 2015 15:07:48 -0700 Subject: IE10 Mobile viewport bug workaround: document.querySelector('head') => document.head Per http://caniuse.com/#feat=documenthead , document.head is supported in IE Mobile 10+, so slightly simplify the JS accordingly. [skip sauce] --- docs/getting-started/browsers-devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index ef66ac9a1..2cfaf7301 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -181,7 +181,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) { '@-ms-viewport{width:auto!important}' ) ) - document.querySelector('head').appendChild(msViewportStyle) + document.head.appendChild(msViewportStyle) } {% endhighlight %} -- cgit v1.2.3 From 6c42c6dfa4d7ba59ba407eb29611620d07918eb4 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 13 Nov 2015 16:16:17 +0000 Subject: Add shrink-to-fit to responsive meta section --- docs/getting-started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 845d3c97c..6e9162c89 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -87,7 +87,7 @@ Bootstrap requires the use of the HTML5 doctype. Without it, you'll see some fun Bootstrap is developed *mobile first*, a strategy in which we optimize code for mobile devices first and then scale up components as necessary using CSS media queries. To ensure proper rendering and touch zooming for all devices, **add the responsive viewport meta tag** to your ``. {% highlight html %} - + {% endhighlight %} You can see an example of this in action in the [starter template](#starter-template). -- cgit v1.2.3 From e10104cc35672db77747c8b1622136555501bdc7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Nov 2015 19:21:25 -0800 Subject: Add note to build tools docs section about autoprefixer --- docs/getting-started/build-tools.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/getting-started') diff --git a/docs/getting-started/build-tools.md b/docs/getting-started/build-tools.md index 9b84a125d..af0d7168e 100644 --- a/docs/getting-started/build-tools.md +++ b/docs/getting-started/build-tools.md @@ -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: -- cgit v1.2.3 From 9e01f45656e13dc31c9e29bf01682d3004039f7c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Nov 2015 19:28:14 -0800 Subject: consolidate links at the bottom of the file --- docs/getting-started/build-tools.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/build-tools.md b/docs/getting-started/build-tools.md index af0d7168e..b54a568ef 100644 --- a/docs/getting-started/build-tools.md +++ b/docs/getting-started/build-tools.md @@ -42,16 +42,10 @@ Bootstrap will be compiled with [libsass][libsass] by default, but you can opt i For example, run `TWBS_SASS=sass grunt` to test and build Bootstrap with Ruby Sass. -[ruby-sass]: https://github.com/sass/sass -[grunt-contrib-sass]: https://github.com/gruntjs/grunt-contrib-sass -[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 @@ -66,3 +60,9 @@ Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com ## Troubleshooting Should you encounter problems with installing dependencies or running Grunt commands, uninstall all previous dependency versions (global and local). Then, rerun `npm install`. + +[ruby-sass]: https://github.com/sass/sass +[grunt-contrib-sass]: https://github.com/gruntjs/grunt-contrib-sass +[libsass]: https://github.com/sass/libsass +[grunt-sass]: https://github.com/sindresorhus/grunt-sass +[autoprefixer]: https://github.com/postcss/autoprefixer -- cgit v1.2.3 From bbdd39300310bf236a17bc196972c43a3374f97f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Nov 2015 19:28:45 -0800 Subject: contextual shoutout --- docs/getting-started/build-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/build-tools.md b/docs/getting-started/build-tools.md index b54a568ef..b029b3dd5 100644 --- a/docs/getting-started/build-tools.md +++ b/docs/getting-started/build-tools.md @@ -28,7 +28,7 @@ Our Gruntfile includes the following commands and tasks: | Task | Description | | --- | --- | | `grunt` | Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [Sass](http://sass-lang.com/) and [UglifyJS](http://lisperator.net/uglifyjs/).** | -| `grunt dist` | `grunt dist` creates the `/dist` directory with compiled files. **Uses [Sass](http://sass-lang.com/) and [UglifyJS](http://lisperator.net/uglifyjs/).** | +| `grunt dist` | `grunt dist` creates the `/dist` directory with compiled files. **Uses [Sass](http://sass-lang.com/), [Autoprefixer][autoprefixer] and [UglifyJS](http://lisperator.net/uglifyjs/).** | | `grunt test` | Runs [scss-lint](https://github.com/brigade/scss-lint), [ESLint](http://eslint.org/) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI). | | `grunt docs` | Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via `jekyll serve`. | | `grunt watch` | This is a convenience method for watching just Sass files and automatically building them whenever you save. | -- cgit v1.2.3 From 37c2681e9f24d9fcadedfe8fa5685972718956dc Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 14 Nov 2015 19:31:41 -0800 Subject: One more Autoprefixer shoutout [skip sauce] --- docs/getting-started/build-tools.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/build-tools.md b/docs/getting-started/build-tools.md index b029b3dd5..0dabd30f9 100644 --- a/docs/getting-started/build-tools.md +++ b/docs/getting-started/build-tools.md @@ -27,8 +27,8 @@ Our Gruntfile includes the following commands and tasks: | Task | Description | | --- | --- | -| `grunt` | Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [Sass](http://sass-lang.com/) and [UglifyJS](http://lisperator.net/uglifyjs/).** | -| `grunt dist` | `grunt dist` creates the `/dist` directory with compiled files. **Uses [Sass](http://sass-lang.com/), [Autoprefixer][autoprefixer] and [UglifyJS](http://lisperator.net/uglifyjs/).** | +| `grunt` | Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [Sass](http://sass-lang.com/), [Autoprefixer][autoprefixer], and [UglifyJS](http://lisperator.net/uglifyjs/).** | +| `grunt dist` | `grunt dist` creates the `/dist` directory with compiled files. **Uses [Sass](http://sass-lang.com/), [Autoprefixer][autoprefixer], and [UglifyJS](http://lisperator.net/uglifyjs/).** | | `grunt test` | Runs [scss-lint](https://github.com/brigade/scss-lint), [ESLint](http://eslint.org/) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI). | | `grunt docs` | Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via `jekyll serve`. | | `grunt watch` | This is a convenience method for watching just Sass files and automatically building them whenever you save. | -- cgit v1.2.3 From 48fc3d9aa7b559934a5c6149b8a0bbbb17ea1167 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 24 Nov 2015 22:37:38 -0800 Subject: browsers-devices.md: rm stray `

` [skip sauce] --- docs/getting-started/browsers-devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index 2cfaf7301..189cf1549 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -218,7 +218,7 @@ Even in some modern browsers, printing can be quirky. In particular, as of Chrome v32 and regardless of margin settings, Chrome uses a viewport width significantly narrower than the physical paper size when resolving media queries while printing a webpage. This can result in Bootstrap's extra-small grid being unexpectedly activated when printing. [See #12078 for some details.](https://github.com/twbs/bootstrap/issues/12078) Suggested workarounds: -Also, as of Safari v8.0, fixed-width .containers can cause Safari to use an unusually small font size when printing. See #14868 for more details. One potential workaround for this is adding the following CSS:

+Also, as of Safari v8.0, fixed-width .containers can cause Safari to use an unusually small font size when printing. See #14868 for more details. One potential workaround for this is adding the following CSS: {% highlight css %} @media print { -- cgit v1.2.3