Skip to content

Instantly share code, notes, and snippets.

@dansiegel
Created April 26, 2018 16:11
Show Gist options
  • Save dansiegel/06416afb93b1f145f51fce731fffd5b3 to your computer and use it in GitHub Desktop.
Save dansiegel/06416afb93b1f145f51fce731fffd5b3 to your computer and use it in GitHub Desktop.
Sass for Xamarin Forms.
$primaryColor: #303F9F;
@import "colors";
contentpage:all {
padding: 10px;
}
button:any {
background-color: transparent;
}
.primary button {
background-color: $primaryColor;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment