From 7e758f60fcb8f5391ea48cacf432c76e8b747909 Mon Sep 17 00:00:00 2001
From: Chris Rebert This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS ( Bootstrap follows common web standards and—with minimal extra effort—can be used to create sites that are accessible to those using AT. If your navigation contains many links and comes before the main content in the DOM, add a If your navigation contains many links and comes before the main content in the DOM, add a You can also install and manage Bootstrap's Less, CSS, JavaScript, and fonts using Bower: Bootstrap uses Autoprefixer to deal with CSS vendor prefixes. 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. Bootstrap automatically adapts your pages for various screen sizes.
- Here's how to disable this feature so your page works like in this non-responsive example.
Date: Fri, 5 Dec 2014 11:49:53 -0800
Subject: Repeat warning comment about keeping "What's included" sections in
sync
Refs #15238
[skip sauce]
---
docs/_includes/getting-started/whats-included.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'docs/_includes/getting-started')
diff --git a/docs/_includes/getting-started/whats-included.html b/docs/_includes/getting-started/whats-included.html
index d18fb0278..42e2ea482 100644
--- a/docs/_includes/getting-started/whats-included.html
+++ b/docs/_includes/getting-started/whats-included.html
@@ -30,7 +30,8 @@ bootstrap/
├── glyphicons-halflings-regular.ttf
└── glyphicons-halflings-regular.woff
{% endhighlight %}
-
+
bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). CSS source maps (bootstrap.*.map) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme.Bootstrap source code
--
cgit v1.2.3
From c8855a7ad120b37fd9a25125f90093478656362f Mon Sep 17 00:00:00 2001
From: Bastien Skip navigation
- Skip to main content link immediately after your opening <body> tag. (read why)Skip to main content link before the navigation (read why). Using the .sr-only class will visually hide the skip link, and the .sr-only-focusable class will ensure that the link becomes visible once focused (for sighted keyboard users).
Date: Tue, 30 Dec 2014 18:33:40 -0800
Subject: Document that Autoprefixer is required
Closes #14937
[skip sauce]
---
docs/_includes/getting-started/download.html | 3 +++
1 file changed, 3 insertions(+)
(limited to 'docs/_includes/getting-started')
diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html
index edc048df5..fd81a405b 100644
--- a/docs/_includes/getting-started/download.html
+++ b/docs/_includes/getting-started/download.html
@@ -43,4 +43,7 @@
Install with Bower
Autoprefixer required for Less/Sass
+ Disabling responsiveness