Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Fix class name of border util
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Oct 2, 2020
1 parent 429bdd9 commit 1f841da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
| class name | Description |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| .oc-visually-hidden | Hides text visually, but not for screen readers. For that use case, <u>do not use</u> `display: none` or `visibility: hidden` since these CSS properties also hide elements from screen readers. |
| .oc-border | Adds a border with default size and color. Can be extended with side (e. g. `oc-border-top`) to assign border only to one side of the element |
| .oc-border | Adds a border with default size and color. Can be extended with side (e. g. `oc-bt`) to assign border only to one side of the element |
| .oc-padding | Adds a padding to the element. Can be extended with size (e. g. `oc-padding-small`) to assign specific size of the padding or with direction (e. g. `oc-padding-top`) to give padding only to a specific direction. |

0 comments on commit 1f841da

Please sign in to comment.