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

.demo {
  flex-direction: sass-tools.flip(row-reverse, row);
}
