Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. @mixin center-justified {
  2. text-align-last: center;
  3. text-align: justify;
  4. }
  5. @mixin left-justified {
  6. text-align-last: left;
  7. text-align: justify;
  8. }
  9. @mixin right-justified {
  10. text-align-last: right;
  11. text-align: justify;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement