1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02:00

Fix variable name in display utility class naming (#25261)

This commit is contained in:
Vytas
2018-01-11 10:26:32 +02:00
committed by XhmikosR
parent 13be9aa00b
commit 5c53c8e647

View File

@@ -19,7 +19,7 @@ As such, the classes are named using the format:
* `.d-{value}` for `xs` * `.d-{value}` for `xs`
* `.d-{breakpoint}-{value}` for `sm`, `md`, `lg`, and `xl`. * `.d-{breakpoint}-{value}` for `sm`, `md`, `lg`, and `xl`.
Where *display* is one of: Where *value* is one of:
* `none` * `none`
* `inline` * `inline`