aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-05-14 09:01:40 +0300
committerXhmikosR <[email protected]>2020-05-18 16:28:22 +0300
commit62626db320ee982a5576fa9c71f5bd7530056009 (patch)
tree1039f54827e10b89ce26045461fa415dcf1577df /site/content/docs
parentd2f07ec9e1672651d01cf6471f19450d49613c76 (diff)
downloadbootstrap-62626db320ee982a5576fa9c71f5bd7530056009.tar.xz
bootstrap-62626db320ee982a5576fa9c71f5bd7530056009.zip
More Markdownlint fixes
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/5.0/content/tables.md2
-rw-r--r--site/content/docs/5.0/customize/optimize.md4
-rw-r--r--site/content/docs/5.0/migration.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/site/content/docs/5.0/content/tables.md b/site/content/docs/5.0/content/tables.md
index 1d5477313..156a68e90 100644
--- a/site/content/docs/5.0/content/tables.md
+++ b/site/content/docs/5.0/content/tables.md
@@ -399,7 +399,7 @@ Border styles, active styles, and table variants are not inherited by nested tab
## How nesting works
-To prevent _any_ styles from leaking to nested tables, we use the child combinator (`>`) selector in our CSS. Since we need to target all the `td`s and `th`s in the `thead`, `tbody`, and `tfoot`, our selector would look pretty long without it. As such, we use the rather odd looking `.table > :not(caption) > * > * ` selector to target all `td`s and `th`s of the `.table`, but none of any potential nested tables.
+To prevent _any_ styles from leaking to nested tables, we use the child combinator (`>`) selector in our CSS. Since we need to target all the `td`s and `th`s in the `thead`, `tbody`, and `tfoot`, our selector would look pretty long without it. As such, we use the rather odd looking `.table > :not(caption) > * > *` selector to target all `td`s and `th`s of the `.table`, but none of any potential nested tables.
Note that if you add `<tr>`s as direct children of a table, those `<tr>` will be wrapped in a `<tbody>` by default, thus making our selectors work as intended.
diff --git a/site/content/docs/5.0/customize/optimize.md b/site/content/docs/5.0/customize/optimize.md
index d5e3906e3..a6a306109 100644
--- a/site/content/docs/5.0/customize/optimize.md
+++ b/site/content/docs/5.0/customize/optimize.md
@@ -43,8 +43,8 @@ _Help wanted with this section, please consider opening a PR. Thanks!_
While we don't have a prebuilt example for using [PurgeCSS](https://github.com/FullHuman/purgecss) with Bootstrap, there are some helpful articles and walkthroughs that the community has written. Here are some options:
-- https://medium.com/dwarves-foundation/remove-unused-css-styles-from-bootstrap-using-purgecss-88395a2c5772
-- https://lukencode.com/2018/07/29/automatically-removeunused-css-from-bootstrap-or-other-frameworks/
+- <https://medium.com/dwarves-foundation/remove-unused-css-styles-from-bootstrap-using-purgecss-88395a2c5772>
+- <https://lukencode.com/2018/07/29/automatically-removeunused-css-from-bootstrap-or-other-frameworks/>
Lastly, this [CSS Tricks article on unused CSS](https://css-tricks.com/how-do-you-remove-unused-css-from-a-site/) shows how to use PurgeCSS and other similar tools.
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md
index 96059e31e..998dd9974 100644
--- a/site/content/docs/5.0/migration.md
+++ b/site/content/docs/5.0/migration.md
@@ -187,6 +187,6 @@ Badges were overhauled to better differentiate themselves from buttons and to be
## Docs
-- Removed "Wall of browser bugs" page because it has become obsolete
+- Removed "Wall of browser bugs" page because it has become obsolete
## Build tools