Skip to content

Commit

Permalink
Added align classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnsonaz committed Jul 26, 2018
1 parent de659d6 commit 93d043d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/styl/core/align.styl
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,16 @@
}
.align-right {
text-align: right;
}
.align-center {
text-align: center;
}
.align-justify {
text-align: justify;
}
.align-initial {
text-align: initial;
}
.align-inherit {
text-align: inherit;
}

0 comments on commit 93d043d

Please sign in to comment.