Commit 5c53c8e6 authored by Vytas's avatar Vytas Committed by XhmikosR
Browse files

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

parent 13be9aa0
Showing with 1 addition and 1 deletion
+1 -1
...@@ -19,7 +19,7 @@ As such, the classes are named using the format: ...@@ -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`
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment