2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Move periods outside of links.

This commit is contained in:
XhmikosR
2018-10-13 16:17:28 +03:00
parent ea575bc1a7
commit f9dea7624b
7 changed files with 7 additions and 7 deletions
@@ -183,7 +183,7 @@ $(function () {
</script>
{% endhighlight %}
Want to see an example? [Check out this JS Bin demo.](http://jsbin.com/OyaqoDO/2)
Want to see an example? [Check out this JS Bin demo](http://jsbin.com/OyaqoDO/2).
## Validators
@@ -13,7 +13,7 @@ toc: true
## Quick start
Looking to quickly add Bootstrap to your project? Use BootstrapCDN, provided for free by the folks at StackPath. Using a package manager or need to download the source files? [Head to the downloads page.]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/)
Looking to quickly add Bootstrap to your project? Use BootstrapCDN, provided for free by the folks at StackPath. Using a package manager or need to download the source files? [Head to the downloads page]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/).
### CSS
+1 -1
View File
@@ -422,7 +422,7 @@ a {
### Breakpoint variables
While we originally included breakpoints in our CSS variables (e.g., `--breakpoint-md`), **these are not supported in media queries**, but they can still be used _within_ rulesets in media queries. These breakpoint variables remain in the compiled CSS for backward compatibility given they can be utilized by JavaScript. [Learn more in the spec.](https://www.w3.org/TR/css-variables-1/#using-variables)
While we originally included breakpoints in our CSS variables (e.g., `--breakpoint-md`), **these are not supported in media queries**, but they can still be used _within_ rulesets in media queries. These breakpoint variables remain in the compiled CSS for backward compatibility given they can be utilized by JavaScript. [Learn more in the spec](https://www.w3.org/TR/css-variables-1/#using-variables).
Here's an example of **what's not supported:**