1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 23:30:04 +02:00

Markdownlint fixes (#37255)

This commit is contained in:
XhmikosR
2022-10-25 21:37:36 +03:00
committed by GitHub
parent ec68f3d26d
commit 7166e95388
13 changed files with 30 additions and 31 deletions

View File

@@ -94,7 +94,7 @@ These Sass mixins translate in our compiled CSS using the values declared in our
### Max-width
We occasionally use media queries that go in the other direction (the given screen size *or smaller*):
We occasionally use media queries that go in the other direction (the given screen size _or smaller_):
```scss
// No media query necessary for xs breakpoint as it's effectively `@media (max-width: 0) { ... }`