Skip to content

Instantly share code, notes, and snippets.

@loopdream
Created March 13, 2018 12:45
Show Gist options
  • Save loopdream/ad7b77bd4b88c68afdc74bc0ec58f34b to your computer and use it in GitHub Desktop.
Save loopdream/ad7b77bd4b88c68afdc74bc0ec58f34b to your computer and use it in GitHub Desktop.
@mixin rtl() {
// sass-lint:disable force-attribute-nesting no-qualifying-elements
html[dir='rtl'] & {
@content;
}
// sass-lint:enable force-attribute-nesting no-qualifying-elements
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment