Skip to content

Commit

Permalink
fix(style): add missing s prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Dec 28, 2023
1 parent bf6ebdf commit 48560ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/styles/utilities.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
* Spacing
* -------------------------------------------------------------------------- */

.m-auto { margin: auto; }
.my-auto { margin-top: auto; margin-bottom: auto; }
.mx-auto { margin-right: auto; margin-left: auto; }
.s-m-auto { margin: auto; }
.s-my-auto { margin-top: auto; margin-bottom: auto; }
.s-mx-auto { margin-right: auto; margin-left: auto; }

.s-p-8 { padding: 8px; }
.s-p-12 { padding: 12px; }
Expand Down

0 comments on commit 48560ec

Please sign in to comment.