Skip to content

Instantly share code, notes, and snippets.

@iamryanyu
Created April 10, 2016 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamryanyu/070755022d08a160734144eebaf7ee92 to your computer and use it in GitHub Desktop.
Save iamryanyu/070755022d08a160734144eebaf7ee92 to your computer and use it in GitHub Desktop.
// reset icon; this is recommended properties
.icon {
fill: currentColor;
height: 1em;
overflow: hidden;
vertical-align: -.15em;
width: 1em;
}
// icon size; use font-size
.icon-medium {
@include sq-font-size(5)
}
// icon color
.icon-red {
color: #cc0000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment