Skip to content

Instantly share code, notes, and snippets.

@ralexandr
Created October 19, 2016 09:09
Show Gist options
  • Save ralexandr/1f680632f79076de7d9fbd688f19a9ee to your computer and use it in GitHub Desktop.
Save ralexandr/1f680632f79076de7d9fbd688f19a9ee to your computer and use it in GitHub Desktop.
SASS: Init hardware acceleration
@mixin hardware($backface: true, $perspective: 1000) {
@if $backface {
backface-visibility: hidden;
}
perspective: $perspective;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment