diff --git a/src/styl/core/align.styl b/src/styl/core/align.styl index 0a62880..a0146df 100644 --- a/src/styl/core/align.styl +++ b/src/styl/core/align.styl @@ -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; } \ No newline at end of file