@use '../../../sass-tools' with (
  $rtl: true
);

.demo {
  text-align: sass-tools.flip(left, right);
}
