Skip to content

Instantly share code, notes, and snippets.

@jessgusclark
Created July 18, 2016 21:16
Show Gist options
  • Save jessgusclark/39be8c0ec127cb9a371cc3848f917aa8 to your computer and use it in GitHub Desktop.
Save jessgusclark/39be8c0ec127cb9a371cc3848f917aa8 to your computer and use it in GitHub Desktop.
Icons in OU Campus
<!-- Convert img to icon -->
<xsl:template match="img[starts-with(@class, 'material-icons')]">
<i class="{@class}"><xsl:value-of select="@alt" /></i>
</xsl:template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment