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

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