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:
@@ -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) { ... }`
|
||||
|
Reference in New Issue
Block a user