Skip to content

Instantly share code, notes, and snippets.

@sanoopjose
Created October 29, 2018 17:58
Show Gist options
  • Save sanoopjose/aa73e89a2467223a05ef69bba548c528 to your computer and use it in GitHub Desktop.
Save sanoopjose/aa73e89a2467223a05ef69bba548c528 to your computer and use it in GitHub Desktop.
.icon {
height: 24px;
width: 24px;
&:hover {
path {
@include themify(theme) {
fill: themed('iconHoverColor');
}
}
}
path {
@include themify(theme) {
fill: themed('iconColor');
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment