Your IP : 216.73.216.84


Current Path : /home/helpink/www/media/astroid/assets/vendor/astroid/scss/utilities/
Upload File :
Current File : /home/helpink/www/media/astroid/assets/vendor/astroid/scss/utilities/_typography.scss

.text-small {
  font-size: $font-size-sm;
}
@each $alignment in left, right, center, justify {
  .ql-align-#{$alignment} {
    text-align: #{$alignment};
  }
}