Skip to content

Commit

Permalink
fix(style): change .fd-col-rev to .rev-fd-col
Browse files Browse the repository at this point in the history
  • Loading branch information
makiJS committed Dec 19, 2023
1 parent f0de711 commit 45f400b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/projects/cms/src/scss/03-utilities/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
.fd-row { flex-direction: row; }
.fd-row-rev { flex-direction: row-reverse; }
.fd-col { flex-direction: column; }
.fd-col-rev { flex-direction: column-reverse; }
.rev-fd-col { flex-direction: column-reverse; }

.ai-stretch { align-items: stretch; }
.ai-start { align-items: flex-start; }
Expand Down

0 comments on commit 45f400b

Please sign in to comment.