Skip to content

Instantly share code, notes, and snippets.

@MThakkar121
Created July 31, 2019 09:53
Show Gist options
  • Save MThakkar121/9d84011734772eee1f2484ee6c7d3d7f to your computer and use it in GitHub Desktop.
Save MThakkar121/9d84011734772eee1f2484ee6c7d3d7f to your computer and use it in GitHub Desktop.
difference syntax and basic sass
@mixin button-base()
@include typography(button)
@include ripple-surface
@include ripple-radius-bounded
display: inline-flex
position: relative
height: $button-height
border: none
vertical-align: middle
&:hover
cursor: pointer
&:disabled
color: $mdc-button-disabled-ink-color
cursor: default
pointer-events: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment