Skip to content

Instantly share code, notes, and snippets.

@z11h
Created April 2, 2016 21:17
Show Gist options
  • Save z11h/608164994ccf98feb225d8b7b47cb1fe to your computer and use it in GitHub Desktop.
Save z11h/608164994ccf98feb225d8b7b47cb1fe to your computer and use it in GitHub Desktop.
Some pretty cool CSS props that are used in Butter project 😄
body{
cursor: default;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-touch-callout: none;
-webkit-user-select: none;
-webkit-user-drag: none;
text-rendering: optimizelegibility;
img {
pointer-events: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment