Skip to content

Commit 24c8519

Browse files
committed
Documentation
1 parent db4648f commit 24c8519

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/browser-support.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ Browser support matrix sourced from [caniuse.com].[^1]
3838
</figure>
3939

4040
[^1]:
41-
The data was collected from [caniuse.com] in January 2022 and is primarily
41+
The data was collected from [caniuse.com] in January 2022, and is primarily
4242
based on browser support for [custom properties], [mask images] and the
43-
[:is pseudo selector] which are not completely polyfillable.
43+
[:is pseudo selector] which are not entirely polyfillable. Browsers with a
44+
cumulated market share of less than 1% were not considered, but might still
45+
be fully or partially supported.
4446

4547
Note that the usage data is based on global browser market share, so it could
4648
in fact be entirely different for your target demographic. It's a good idea to

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Material for MkDocs can be installed with `pip`:
2626
pip install mkdocs-material
2727
```
2828

29-
=== "8.x <small>version range</small>"
29+
=== "8.x"
3030

3131
``` sh
3232
pip install mkdocs-material=="8.*" #(1)!
@@ -78,7 +78,7 @@ minutes, as it comes with all dependencies pre-installed. Pull the image for the
7878
docker pull squidfunk/mkdocs-material
7979
```
8080

81-
=== "8.x <small>version range</small>"
81+
=== "8.x"
8282

8383
```
8484
docker pull squidfunk/mkdocs-material:8

0 commit comments

Comments
 (0)