diff --git a/docs/documentation/modifiers/typography-helpers.html b/docs/documentation/modifiers/typography-helpers.html
index 55ad69a7..c477ebd3 100644
--- a/docs/documentation/modifiers/typography-helpers.html
+++ b/docs/documentation/modifiers/typography-helpers.html
@@ -250,6 +250,10 @@ doc-subtab: typography-helpers
Makes the text centered |
+ .has-text-justified |
+ Makes the text justified |
+
+
.has-text-left |
Makes the text aligned to the left |
diff --git a/sass/base/helpers.sass b/sass/base/helpers.sass
index 839691f3..dcfe1e9c 100644
--- a/sass/base/helpers.sass
+++ b/sass/base/helpers.sass
@@ -47,7 +47,7 @@
+fullhd
+typography-size('fullhd')
-$alignments: ('centered': 'center', 'left': 'left', 'right': 'right')
+$alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'right': 'right')
@each $alignment, $text-align in $alignments
.has-text-#{$alignment}