.#{$text-center} {
  text-align: center !important;
}

.#{$text-left} {
  text-align: left !important;
}

.#{$text-right} {
  text-align: right !important;
}

.#{$text-justify} {
  text-align: justify !important;
}

.#{$float-left} {
  float: left !important;
}

.#{$float-right} {
  float: right !important;
}

.#{$horizontal-center} {
  margin-left: auto !important;
  margin-right: auto !important;
  @include transform-important(0, 0);
}
