mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
docs: switch to fenced codeblocks (#31806)
This commit is contained in:
@@ -13,7 +13,7 @@ Visually hide an element while still allowing it to be exposed to assistive tech
|
||||
<a class="visually-hidden-focusable" href="#content">Skip to main content</a>
|
||||
{{< /example >}}
|
||||
|
||||
{{< highlight scss >}}
|
||||
```scss
|
||||
// Usage as a mixin
|
||||
|
||||
.visually-hidden-title {
|
||||
@@ -23,4 +23,4 @@ Visually hide an element while still allowing it to be exposed to assistive tech
|
||||
.skip-navigation {
|
||||
@include visually-hidden-focusable;
|
||||
}
|
||||
{{< /highlight >}}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user