2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

style: fixes indent (#30396)

This commit is contained in:
Catalin Zalog
2020-03-15 22:10:08 +02:00
committed by GitHub
parent 4d4400e5ca
commit 8501f2413f
+2 -2
View File
@@ -66,8 +66,8 @@ In this example, we use one of Bootstrap's built-in [responsive breakpoint mixin
```scss
.selector {
@include media-breakpoint-down(lg) {
padding: rfs-fluid-value(2rem);
font-size: rfs-fluid-value(1.125rem);
padding: rfs-fluid-value(2rem);
font-size: rfs-fluid-value(1.125rem);
}
}
```